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",
"name": "\u667a\u8bd1\u7f51\u9875\u7ffb\u8bd1-\u81ea\u52a8\u7ffb\u8bd1\u3001\u53cc\u8bed\u5bf9\u7167\u3001AI\u5bf9\u8bdd",
"description": "\u652f\u630120+\u5916\u8bed\/\u6c11\u65cf\u8bed\u8a00\uff0c\u4e00\u952e\u6781\u901f\u7ffb\u8bd1\uff0c\u652f\u6301\u53cc\u8bed\u5bf9\u7167\u3001\u81ea\u52a8\u7ffb\u8bd1\u3001AI\u603b\u7ed3\u548c\u5212\u8bcd\u7ffb\u8bd1\u3002",
"version": "2.3.0.0",
"manifest_version": 3,
"icons": {
"16": "assets\/icon\/icon16.png",
"32": "assets\/icon\/icon128.png",
"128": "assets\/icon\/icon128.png"
},
"background": {
"service_worker": "app\/background.js"
},
"commands": {
"_execute_action": {
"description": "",
"suggested_key": {
"default": "Alt+M"
}
},
"translate_web": {
"description": "\u7f51\u9875\u7ffb\u8bd1\u5feb\u6377\u952e",
"suggested_key": {
"default": "Alt+O"
}
},
"translate_grabbed": {
"description": "\u5212\u8bcd\u7ffb\u8bd1\u5feb\u6377\u952e",
"suggested_key": {
"default": "Alt+V"
}
},
"hide_toolbar": {
"description": "\u9690\u85cf\u667a\u8bd1\u8c61\u80e5",
"suggested_key": {
"default": "Alt+P"
}
}
},
"web_accessible_resources": [
{
"resources": [
"styles\/*",
"setting.html"
],
"matches": [
"<all_urls>"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/fanyi-fanyi.newtranx.com\/*"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"app\/toolbar.js"
],
"css": [
"styles\/toolbar.css"
],
"run_at": "document_idle",
"all_frames": true
}
],
"permissions": [
"tabs",
"storage",
"scripting",
"contextMenus"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "popup.html"
},
"options_page": "setting.html"
}