Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Amazon\u5546\u54c1\u691c\u7d22\u30ad\u30fc\u30dc\u30fc\u30c9\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8", "author": "evesquare", "version": "1.0", "description": "\u2318+K(win+K)\u3067Amazon\u5546\u54c1\u691c\u7d22\u30c6\u30ad\u30b9\u30c8\u30dc\u30c3\u30af\u30b9\u306b\u30d5\u30a9\u30fc\u30ab\u30b9\u3057\u307e\u3059\u3002", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.co.jp\/*" ], "js": [ "content.js" ] } ], "permissions": [] }