有道词典划词扩展2023

可自动发音,添加单词本,记录、导出查询历史!

Qu'est-ce que 有道词典划词扩展2023 ?

有道词典划词扩展2023 est une extension Chrome développée par https://getcrx.cn, et sa fonction principale est "可自动发音,添加单词本,记录、导出查询历史!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 有道词典划词扩展2023

Téléchargez les fichiers d'extension 有道词典划词扩展2023 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        功能亮点:
1. 记录、导出查询历史
2. 自动朗读控制(支持在 https 页面中朗读)
3. 去除[官方版本重定向百度首页“后门”](http://wenku.baidu.com/view/e9660493aef8941ea76e05cf "后门报告")
4. 修复官方版本无法保存设置
5. 引用新技术手段避免与浏览页面样式冲突(v3.1.6)
6. 添加到单词本(v3.2.0)
---
重要更新:
2023-11-17 v3.3.8: `自动朗读`配置应用到 popup 查询;发音类型配置应用到所有朗读位。
2023-11-16 v3.3.7: 修复 popup 不能多次查询问题(感谢@空星隐月)
2020-06-27 v3.3.2.3: 修复翻译功能
2019-07-09 v3.3.0: 增加历史记录单词管理页
2019-05-28 v3.2.8: 指词支持指定触发按键(shift/alt/ctrl/option/command(v3.3.2新增))
2018-11      v3.2.6.x:  添加英、美发音按钮;兼容 Instagram 网站,修复弹窗定位问题;
2018-03-06 v3.2.4: 使用 ES6,修复无法保存设置问题,用户设置跟随 Chrome 登录的 Google 账号同步;
2017-02-23 v3.2.0: 支持“添加到单词本”;
2015-11-30 v3.1.6: 采用 ShadowDOM ,避免与原页面样式冲突;
2015-11-17 v3.1.4:界面重构,替换 flash 朗读为 html5(感谢网友 XGHeaven 热心反馈);
2015-07-12 v3.1.2: 优化动态绑定、解绑取词事件,节约性能消耗;
2015-06-30 v3.1.0: 新特性:添加对单词朗读的控制选项(感谢网友 john_shao 热心反馈);
---
隐私策略:
https://github.com/g8up/youDaoDict/wiki/privacy                    

Informations de Base sur l'Extension

Nom 有道词典划词扩展2023 有道词典划词扩展2023
ID chgkpfgnhlojjpjchjcbpbgmdnmfmmil
URL Officiel https://chromewebstore.google.com/detail/%E6%9C%89%E9%81%93%E8%AF%8D%E5%85%B8%E5%88%92%E8%AF%8D%E6%89%A9%E5%B1%952023/chgkpfgnhlojjpjchjcbpbgmdnmfmmil
Description 可自动发音,添加单词本,记录、导出查询历史!
Taille du Fichier 404 KB
Nombre d'Installations 5,049
Version Actuelle 3.3.8
Dernière Mise à Jour 2023-11-17
Date de Publication 2020-06-28
Évaluation 4.42/5 Total 65 Évaluations
Développeur https://getcrx.cn
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://weibo.com/1055554120/FvlTldXO5
URL de la Page de Politique de Confidentialité https://github.com/g8up/youDaoDict/wiki/privacy
Langues Prises en Charge zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "3.3.8",
    "name": "\u6709\u9053\u8bcd\u5178\u5212\u8bcd\u6269\u5c552023",
    "short_name": "\u6709\u9053\u5212\u8bcd",
    "description": "\u53ef\u81ea\u52a8\u53d1\u97f3\uff0c\u6dfb\u52a0\u5355\u8bcd\u672c\uff0c\u8bb0\u5f55\u3001\u5bfc\u51fa\u67e5\u8be2\u5386\u53f2\uff01",
    "icons": {
        "128": "image\/icon-128.png",
        "64": "image\/icon-128.png",
        "48": "image\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/lookup.js"
            ],
            "all_frames": true,
            "matches": [
                ""
            ]
        }
    ],
    "options_page": "option.html",
    "browser_action": {
        "default_icon": "image\/icon-128.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+F",
                "mac": "Command+Shift+Y"
            }
        }
    },
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "image\/icon-128.png",
        "image\/voice-btn.png",
        "style\/content.css"
    ],
    "author": "g8up"
}