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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "highlight the youdao and eudic dictionary new words book content in the english web site"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में highlight the youdao and eudic dictionary new words book एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

使用方法请参考此网站内容:
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
ईमेल [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:\/\/*\/*"
    ]
}