Web-Translate

支持PDF和Web的划词翻译插件

What is Web-Translate?

Web-Translate is a Chrome extension developed by https://hkf.io, and its main feature is "支持PDF和Web的划词翻译插件".

Extension Screenshots

screenshot

Download Web-Translate Extension CRX File

Download Web-Translate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        1.双击或划译取词.
2.支持发音,翻译弹窗可固定。
3.强大的url正则匹配功能,可启用或禁用某个url规则
4.强大的自定义样式功能,可添加任意自定义的css代码到匹配的url中。
5.右键动态加载,在需要的网页上启动取词功能.


v1.2.10 版本

1.修复重复加载取词脚本引起的问题 
2.修复bug并做了一点点优化

...

一些优化工作以及bug修复

...

v1.2.7 版本

1.解决:在查词时,浏览器会出现https错误的问题。现在扩展不在当前网页上执行任何网络操作,而只是负责显示结果。 
2.修复:一些样式问题,比如在Gmail下显示异常的问题。 
3.增加:在取词框上查词时,成功后光标将自动设置,可实现连续输入查词。
4.一点点代码重构工作

v1.2.6 版本

1.优化查询结果,当单词既含有姓名释义又有其他释义时,将合并显示。
2.优化显示性能,查词框加载更迅速并且不会再闪烁,界面也更清爽
3.优化URL自动匹配规则,减少不必要的匹配行为。
4.功能调整:在查词框外按下鼠标时,将自动关闭查词框,而不是在松开鼠标后才关闭。
5.引入状态管理器,为下一步架构调整与代码重构作准备。
6.优化自动加载脚本的匹配规则
7.自动发音功能                    

Extension Basic Information

Name Web-Translate Web-Translate
ID hcgieffgpbjghiibedcileaobhopaodg
Official URL https://chromewebstore.google.com/detail/web-translate/hcgieffgpbjghiibedcileaobhopaodg
Description 支持PDF和Web的划词翻译插件
File Size 2.38 MB
Installation Count 2,259
Current Version 1.2.13
Last Updated 2021-04-08
Publish Date 2019-01-16
Rating 4.13/5 Total 8 Ratings
Developer https://hkf.io
Email [email protected]
Payment Type free
Extension Website https://huangkefen.github.io/web-translate/
Help Page URL https://huangkefen.github.io/web-translate/
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web-Translate",
    "version": "1.2.13",
    "description": "\u652f\u6301PDF\u548cWeb\u7684\u5212\u8bcd\u7ffb\u8bd1\u63d2\u4ef6",
    "icons": {
        "48": "resources\/icons\/web-translate.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "storage",
        ""
    ],
    "background": {
        "page": "background\/background.html"
    },
    "options_ui": {
        "page": "options\/config.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": "resources\/icons\/web-translate.png",
        "default_title": "WebTranslate",
        "default_popup": "popup\/tt.html"
    },
    "web_accessible_resources": [
        "content_css\/hy_icons.png",
        "content_css\/loading_v2.gif",
        "content_css\/bg.gif",
        "content_css\/img\/hy_icons.png",
        "content_css\/img\/slider.png",
        "content_scripts\/pdfjs\/web\/*\/*",
        "content_scripts\/pdfjs\/web\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}