翻译解读
专注为外文网站提供稳定快速的准确翻译及操作在线注解,让您的学习更加得心应手.
什么是翻译解读?
翻译解读是由wp开发的Chrome扩展程序,该扩展的主要功能是“专注为外文网站提供稳定快速的准确翻译及操作在线注解,让您的学习更加得心应手.”。
扩展截图
下载翻译解读扩展crx文件
下载翻译解读扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
这是一款外文网页定制翻译和注释插件,该插件采用高速稳定服务器传输数据,全面导入了对口翻译、术语解读、学习计划、操作讲解、交易规则以及注意事项等,用户只需同步后台移动鼠标就可以轻松学习,是掌握专业操作的必备助手。 扩展基本信息
| 名称 | |
| ID | dkjbapkgfhhoeomkabndpjkcgeoddinj |
| 官方URL | https://chromewebstore.google.com/detail/%E7%BF%BB%E8%AF%91%E8%A7%A3%E8%AF%BB/dkjbapkgfhhoeomkabndpjkcgeoddinj |
| 简介 | 专注为外文网站提供稳定快速的准确翻译及操作在线注解,让您的学习更加得心应手. |
| 文件大小 | 347 KB |
| 安装次数 | 94 |
| 当前版本 | 1.82 |
| 更新时间 | 2017-07-21 |
| 上架时间 | 2017-07-21 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | wp |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\u7ffb\u8bd1\u89e3\u8bfb",
"description": "\u4e13\u6ce8\u4e3a\u5916\u6587\u7f51\u7ad9\u63d0\u4f9b\u7a33\u5b9a\u5feb\u901f\u7684\u51c6\u786e\u7ffb\u8bd1\u53ca\u64cd\u4f5c\u5728\u7ebf\u6ce8\u89e3\uff0c\u8ba9\u60a8\u7684\u5b66\u4e60\u66f4\u52a0\u5f97\u5fc3\u5e94\u624b.",
"version": "1.82",
"manifest_version": 2,
"permissions": [
"tabs",
"storage",
"unlimitedStorage",
"contextMenus",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"icons": {
"48": "icons\/48.png"
},
"browser_action": {
"default_title": "remark",
"default_icon": "icons\/24.png",
"default_popup": "button\/popup.html"
},
"background": {
"page": "backgroup\/backgroup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"file:\/\/\/*",
"https:\/\/*\/*"
],
"css": [
"css\/override-page.css",
"css\/tooltipster\/tooltipster.bundle.min.css",
"css\/tooltipster\/tooltipster-sideTip-shadow.min.css"
],
"js": [
"jquery\/jquery.js",
"jquery\/jquery-loadfile.js",
"jquery\/selectorator.min.js",
"jquery\/purl.js",
"jquery\/tooltipster\/tooltipster.bundle.js",
"lib\/constant.js",
"lib\/core.js",
"lib\/url_parser.js",
"lib\/page_msg_lib.js",
"widget\/html_node.js",
"widget\/page_node.js",
"widget\/content_load.js",
"contentPage\/main.js"
],
"run_at": "document_idle",
"all_frames": false
}
],
"web_accessible_resources": [
"jquery\/*\/*",
"widget\/*",
"contentPage\/*"
],
"content_security_policy": "script-src https:\/\/localhost 'unsafe-eval'; object-src 'self'"
} | |