Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "manifest_version": 3, "version": "1.0.0.3", "default_locale": "ja", "homepage_url": "https:\/\/www.sateraito.jp\/", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "19": "img\/img26_on.png" }, "default_popup": "popup.html", "default_title": "\u30b5\u30c6\u30e9\u30a4\u30c8\u30aa\u30d5\u30a3\u30b9\u30fb\u3075\u308a\u304c\u306a\u4ed8\u4e0e\u6a5f\u80fd" }, "content_scripts": [ { "js": [ "lib\/jquery.js", "lib\/kuroshiro.min.js", "lib\/kuroshiro-analyzer-kuromoji.js", "lib\/kuroshiro-analyzer-kuromoji.min.js", "js\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_end" } ], "icons": { "16": "img\/img26_on.png", "48": "img\/img48.png", "128": "img\/img128.png" }, "permissions": [ "notifications", "storage", "tabs" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "options_ui": { "page": "settings.html", "open_in_tab": true }, "web_accessible_resources": [ { "resources": [ "dict\/base.dat.gz", "dict\/cc.dat.gz", "dict\/check.dat.gz", "dict\/tid.dat.gz", "dict\/tid_map.dat.gz", "dict\/tid_pos.dat.gz", "dict\/unk.dat.gz", "dict\/unk_char.dat.gz", "dict\/unk_compat.dat.gz", "dict\/unk_invoke.dat.gz", "dict\/unk_map.dat.gz", "dict\/unk_pos.dat.gz" ], "matches": [ "<all_urls>" ] } ] }