One key pronunciation

One key pronunciation for collinsdictionary.com and dict.youdao.com

What is One key pronunciation?

One key pronunciation is a Chrome extension developed by leolovenet, and its main feature is "One key pronunciation for collinsdictionary.com and dict.youdao.com".

Extension Screenshots

screenshot
screenshot

Download One key pronunciation Extension CRX File

Download One key pronunciation 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

                        适应有道词典网页新界面

new: 支持域名  www.youdao.com

fix, collinsdictionary.com  下的一个错误。

针对有道字典(dict.youdao.com),collinsdictionary.com 新增一键发音功能
针对有道单词本(dict.youdao.com/wordbook)加入了一键加入的功能。

github: https://github.com/leolovenet/dict.youdao.com.js                    

Extension Basic Information

Name One key pronunciation One key pronunciation
ID mkppoafmldalmhigegpkliengblddnbp
Official URL https://chromewebstore.google.com/detail/one-key-pronunciation/mkppoafmldalmhigegpkliengblddnbp
Description One key pronunciation for collinsdictionary.com and dict.youdao.com
File Size 52.98 KB
Installation Count 77
Current Version 1.0.7
Last Updated 2020-03-31
Publish Date 2020-03-31
Developer leolovenet
Email [email protected]
Payment Type free
Extension Website https://github.com/leolovenet/dict.youdao.com.js
Help Page URL https://github.com/leolovenet/dict.youdao.com.js
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One key pronunciation",
    "description": "One key pronunciation for collinsdictionary.com and dict.youdao.com",
    "version": "1.0.7",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youdao.com\/*",
                "https:\/\/www.youdao.com\/*",
                "http:\/\/dict.youdao.com\/*",
                "https:\/\/dict.youdao.com\/*",
                "http:\/\/www.collinsdictionary.com\/*",
                "https:\/\/www.collinsdictionary.com\/"
            ],
            "all_frames": false,
            "css": [
                "\/assets\/libs\/messenger.css",
                "\/assets\/libs\/messenger-theme-flat.css"
            ],
            "js": [
                "assets\/libs\/jquery-1.7.2.min.js",
                "assets\/libs\/messenger.min.js",
                "assets\/libs\/messenger-theme-flat.js",
                "assets\/scripts\/dict.youdao.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "assets\/images\/icon128.png",
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "22",
    "page_action": {
        "default_icon": {
            "19": "assets\/images\/icon19.png",
            "38": "assets\/images\/icon38.png"
        },
        "default_title": "One key to pronunciation for collinsdictionary.com and dict.youdao.com"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.youdao.com\/*",
        "https:\/\/www.youdao.com\/*",
        "http:\/\/dict.youdao.com\/*",
        "https:\/\/dict.youdao.com\/*",
        "http:\/\/www.collinsdictionary.com\/*",
        "https:\/\/www.collinsdictionary.com\/",
        "webRequest"
    ]
}