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", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "background": { "service_worker": "service_worker.js", "type": "module" }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "\u30a6\u30a7\u30d6\u30ea\u30aa\u516c\u5f0f\u306e\u30a8\u30af\u30b9\u30c6\u30f3\u30b7\u30e7\u30f3\u3002\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u9078\u629e\u72b6\u614b\u306b\u3059\u308b\u3053\u3068\u3067\u3001\u30ad\u30fc\u30ef\u30fc\u30c9\u306e\u89e3\u8aac\u6587\u3092\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u30a6\u30a3\u30f3\u30c9\u30a6\u5185\u3067\u898b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "icon16.png", "default_title": "Weblio \u30a8\u30af\u30b9\u30c6\u30f3\u30b7\u30e7\u30f3", "default_popup": "popup.html" }, "options_page": "options.html", "name": "Weblio \u30a8\u30af\u30b9\u30c6\u30f3\u30b7\u30e7\u30f3", "permissions": [ "contextMenus", "offscreen", "storage", "tabs" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 3, "version": "3.0" }