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\u533b\u5b66\u7ffb\u8bd1-\u7ffb\u533b\u5b66\u66f4\u7cbe\u51c6",
"description": "\u4e13\u4e3a\u533b\u5b66\u9886\u57df\u6253\u9020\uff0c\u5e2e\u52a9\u533b\u62a4\u79d1\u7814\u4eba\u5458\u65e0\u969c\u788d\u9605\u8bfb\u533b\u5b66\u6587\u732e\u548c\u5b66\u672f\u7f51\u7ad9\uff0c\u5982PubMed\uff0c\u8c37\u6b4c\u5b66\u672f\u7b49\u3002",
"version": "1.0.2.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\/*",
"http:\/\/med-med.newtranx.com\/*",
"https:\/\/med-med.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"
}