Inspect and view changes in なぞってショッピングバー 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "なぞってショッピングバー",
"version": "1.0.0",
"manifest_version": 2,
"description": "文字をなぞってアイコンをクリックするだけ。簡単にショッピングサイトの検索を行うことができます。",
"icons": {
"38": "icon/naztt38.png",
"48": "icon/naztt48.png",
"128": "icon/naztt128.png"
},
"background": {
"page": "page/background.html"
},
"browser_action": {
"default_icon": "icon/naztt38.png",
"default_popup": "page/popup.html"
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"script/lib/encoding.min.js",
"script/lib/jquery.min.js",
"script/content.js"
],
"all_frames": true
}
],
"web_accessible_resources": [
"favicons/keepa.png",
"favicons/amazon.ico",
"favicons/rakuten.png",
"favicons/yahooshopping.png",
"favicons/paypay.png",
"favicons/yahooauc.png",
"favicons/mercari.png",
"favicons/rakuma.png",
"favicons/rakuroom.png",
"favicons/aupay.png",
"favicons/hikaritv.png",
"favicons/yodobashi.png",
"favicons/kakaku.png",
"favicons/biccamera.png",
"favicons/google.png"
]
}