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
{
"background": {
"scripts": [
"473.js",
"150.js",
"611.js",
"967.js",
"222.js",
"697.js",
"b.js"
]
},
"browser_action": {
"default_icon": "logo.png",
"default_popup": "popup.html"
},
"commands": {
"_execute_browser_action": {},
"hoverTranslate": {
"description": "é¼ æ ‡æ‚¬æµ®å–è¯"
},
"page": {
"description": "网页全文翻译"
},
"pageSwitchMode": {
"description": "切æ¢åŒè¯ / 原文 / 译文"
},
"panel": {
"description": "打开独立翻译窗å£",
"global": true
},
"screenshot": {
"description": "截图翻译"
},
"switchWeb": {
"description": "切æ¢ç½‘页划è¯å¼€å…³"
},
"translate": {
"description": "翻译选ä¸çš„文本"
},
"translateWithPopup": {
"description": "使用独立窗å£ç¿»è¯‘选ä¸çš„文本"
}
},
"content_scripts": [
{
"js": [
"473.js",
"150.js",
"875.js",
"675.js",
"611.js",
"229.js",
"697.js",
"969.js",
"141.js",
"99.js",
"692.js",
"724.js",
"c.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
},
{
"all_frames": true,
"js": [
"473.js",
"150.js",
"611.js",
"697.js",
"969.js",
"692.js",
"ca.js"
],
"match_about_blank": true,
"matches": [
"<all_urls>"
],
"run_at": "document_end"
}
],
"content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'",
"description": "一站å¼åˆ’è¯ / 截图 / 网页全文 / 音视频翻译扩展,支æŒè°·æŒã€DeepLã€ç™¾åº¦ã€è…¾è®¯ç‰ 8 个国内外主æµç¿»è¯‘æœåŠ¡ï¼Œä¸”å‡å¯ç”¨äºŽç½‘页翻译。能在 PDF 里使用。",
"homepage_url": "https://hcfy.app",
"icons": {
"16": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"manifest_version": 2,
"name": "划è¯ç¿»è¯‘",
"omnibox": {
"keyword": "hcfy"
},
"optional_permissions": [
"notifications",
"background"
],
"options_ui": {
"open_in_tab": true,
"page": "settings.html"
},
"permissions": [
"<all_urls>",
"contextMenus",
"storage",
"clipboardWrite",
"clipboardRead",
"webRequest",
"webRequestBlocking",
"alarms"
],
"version": "1.0",
"web_accessible_resources": [
"normalize.css",
"cropper.css",
"blueprint.css",
"blueprint-select.css",
"youdao.ico",
"baidu.ico",
"google.ico",
"deepl.png",
"alilogo.png",
"bing.ico",
"qq.ico",
"sogou.ico",
"xiaoyilogo.png",
"logo.png",
"logowhite36.png",
"pdf-viewer/*",
"panel.html",
"473.js",
"150.js",
"875.js",
"675.js",
"697.js",
"969.js",
"141.js",
"99.js",
"125.js",
"915.js",
"pn.css",
"pn.js"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}