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
{
"description": "å—节跳动出å“,开箱å³ç”¨å…é…置,完全å…è´¹æ— å¹¿å‘Š",
"name": "ç«å±±ç¿»è¯‘ - 划è¯å’Œç½‘页翻译",
"manifest_version": 3,
"version": "2.7.2",
"author": "ç«å±±ç¿»è¯‘ <volctrans@bytedance.com>",
"homepage_url": "https://translate.volcengine.com/translate",
"default_locale": "zh_CN",
"icons": {
"16": "assets/logo.icon-only.png",
"48": "assets/logo.icon-only.png",
"128": "assets/logo.icon-only.png"
},
"web_accessible_resources": [
{
"resources": [
"styles/*",
"fonts/*",
"assets/*"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"storage",
"tabs",
"notifications",
"alarms",
"contextMenus"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_title": "ç«å±±ç¿»è¯‘ - 划è¯å’Œç½‘页翻译",
"default_icon": "assets/logo.icon-only.png",
"default_popup": "popup/popup.html"
},
"background": {
"service_worker": "background/background.js"
},
"options_ui": {
"page": "options/options.html",
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content/content.js"
],
"all_frames": true,
"run_at": "document_idle"
}
],
"commands": {
"z_use_eager": {
"suggested_key": {
"default": "Alt+Shift+E"
},
"description": "__MSG_eager_hotkey_describe__"
},
"use_text_input_box": {
"suggested_key": {
"default": "Alt+Shift+D"
},
"description": "__MSG_text_input_hotkey_describe__"
},
"use_web_trans": {
"suggested_key": {
"mac": "Alt+Shift+T",
"default": "Alt+Shift+W"
},
"description": "__MSG_web_trans_hotkey_describe__"
},
"use_show_result": {
"suggested_key": {
"default": "Alt+Shift+Z"
},
"description": "__MSG_show_result_hotkey_describe__"
}
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}