Inspect and view changes in 智译医学翻译-翻医学更精准 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "智译医å¦ç¿»è¯‘-翻医å¦æ›´ç²¾å‡†",
"description": "专为医å¦é¢†åŸŸæ‰“é€ ï¼Œå¸®åŠ©åŒ»æŠ¤ç§‘ç ”äººå‘˜æ— éšœç¢é˜…读医å¦æ–‡çŒ®å’Œå¦æœ¯ç½‘站,如PubMed,谷æŒå¦æœ¯ç‰ã€‚",
"version": "1.0.2.1",
"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": "网页翻译快æ·é”®",
"suggested_key": {
"default": "Alt+O"
}
},
"translate_grabbed": {
"description": "划è¯ç¿»è¯‘å¿«æ·é”®",
"suggested_key": {
"default": "Alt+V"
}
},
"hide_toolbar": {
"description": "éšè—智译象胥",
"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",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}