highlight the youdao and eudic dictionary new words book

highlight the youdao and eudic dictionary new words book content in the english web site

highlight the youdao and eudic dictionary new words bookとは何ですか?

highlight the youdao and eudic dictionary new words bookはXQDDによって開発されたChromeの拡張機能で、その主な機能は「highlight the youdao and eudic dictionary new words book content in the english web site」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

highlight the youdao and eudic dictionary new words book拡張機能のCRXファイルをダウンロード

highlight the youdao and eudic dictionary new words book拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        可以将有道词典导出的生词本中的单词高亮,在鼠标悬浮时显示出单词的意思和音标并将发音读出来,起到在阅读英文文档时加强记忆单词作用

使用方法请参考此网站内容:
https://github.com/XQDD/highlight_new_words                    

拡張機能の基本情報

名前 highlight the youdao and eudic dictionary new words book highlight the youdao and eudic dictionary new words book
ID bcgjilfclghcobokbhdfphmpjkbbjlli
公式URL https://chromewebstore.google.com/detail/highlight-the-youdao-and/bcgjilfclghcobokbhdfphmpjkbbjlli
説明 highlight the youdao and eudic dictionary new words book content in the english web site
ファイルサイズ 118 KB
インストール数 1,545
現在のバージョン 1.5.0
最終更新日 2020-06-16
公開日 2020-06-15
評価 4.67/5 合計 15 レビュー
開発者 XQDD
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/XQDD/highlight_new_words
ヘルプページのURL https://github.com/XQDD/highlight_new_words
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.5.0",
    "default_locale": "zh_CN",
    "description": "__MSG_appDesc__",
    "background": {
        "scripts": [
            "lib\/axios.js",
            "background\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/icons\/16.png",
            "32": "images\/icons\/32.png",
            "48": "images\/icons\/48.png",
            "64": "images\/icons\/64.png",
            "128": "images\/icons\/128.png"
        }
    },
    "options_ui": {
        "page": "popup\/popup.html",
        "chrome_style": true
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery-3.3.1.js",
                "content_scripts\/highlight.js"
            ],
            "css": [
                "content_scripts\/content_scripts.css"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "storage",
        "tts",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*",
        "ftp:\/\/*\/*"
    ]
}