Inspect and view changes in S.コンテキストガジェット&ウェブメニュー source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"version": "0.0.0.4resigned1",
"default_locale": "ja",
"homepage_url": "http://www.sateraito.jp/",
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"icons": {
"16": "images/sateraito16.png",
"32": "images/sateraito32.png",
"48": "images/sateraito48.png",
"128": "images/sateraito128.png"
},
"browser_action": {
"default_icon": {
"16": "images/sateraito16.png",
"32": "images/sateraito32.png",
"48": "images/sateraito48.png",
"128": "images/sateraito128.png"
}
},
"permissions": [
"webRequest",
"webRequestBlocking",
"activeTab",
"contextMenus",
"storage",
"browsingData",
"webNavigation",
"http://*/*",
"https://*/*"
],
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"author": "Sateraito Office",
"content_scripts": [
{
"js": [
"jquery-3.3.1.min.js"
],
"css": [
"style.css"
],
"matches": [
"https://*.google.com/*",
"https://*/*"
],
"all_frames": true,
"run_at": "document_idle"
},
{
"js": [
"jquery-3.3.1.min.js",
"content_script.js"
],
"matches": [
"https://*.google.com/*",
"https://*/*"
],
"run_at": "document_idle"
}
],
"background": {
"scripts": [
"background_script.js"
]
},
"web_accessible_resources": [
"images/*"
],
"addons": {
"firefox.contextual@sateraito.jp": {
"updates": [
{
"version": "0.0.0.2",
"update_link": "https://sateraito-contextual-gadget.appspot.com/crx/ff/contextgadget.xpi",
"applications": {
"gecko": {
"id": "firefox.contextual@sateraito.jp",
"strict_min_version": "46.0"
}
}
}
]
}
},
"browser_specific_settings": {
"gecko": {
"id": "{0b5e0e0a-e453-4b0d-83f4-6f991714789a}"
}
}
}