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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:\/\/*\/*"
    ]
}