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": "\u30b9\u30d7\u30e9\u30f3\u30ad\u30fc \u30b2\u30fc\u30e0",
"version": "1.0.0",
"description": "\u30b9\u30d7\u30e9\u30f3\u30ad\u30fc\u306f\u3001\u30e6\u30cb\u30fc\u30af\u306a\u30d3\u30fc\u30c8\u3092\u4f5c\u6210\u3057\u3001\u5275\u9020\u7684\u306a\u30e2\u30fc\u30c9\u3092\u63a2\u7d22\u3057\u3001\u97f3\u697d\u306e\u5091\u4f5c\u3092\u30b7\u30a7\u30a2\u3067\u304d\u308b\u9769\u65b0\u7684\u306a\u97f3\u697d\u30df\u30ad\u30b7\u30f3\u30b0\u30b2\u30fc\u30e0\u3067\u3059\u3002",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_title": "\u30b9\u30d7\u30e9\u30f3\u30ad\u30fc \u30b2\u30fc\u30e0",
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"permissions": [],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+Y"
}
}
},
"background": {
"service_worker": "background.js",
"type": "module"
}
}