SCP財団(http://ja.scp-wiki.net/)の報告書にメタタイトルを表示する拡張です
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Display SCP Object Name",
"version": "0.3.1",
"description": "SCP財団(http://ja.scp-wiki.net/)の報告書にメタタイトルを表示する拡張です",
"icons": {
"48": "48icon.png",
"96": "96icon.png"
},
"permissions": [],
"content_scripts": [
{
"matches": [
"*://scp-wiki.wikidot.com/scp-*",
"*://scp-jp.wikidot.com/scp-*"
],
"js": [
"content-scripts.js"
]
}
]
}