单词君

划屏取词 翻译好帮手, 独创的颜色记忆法,帮助您记住陌生单词.

What is 单词君?

单词君 is a Chrome extension developed by https://jackey.github.io, and its main feature is "划屏取词 翻译好帮手, 独创的颜色记忆法,帮助您记住陌生单词.".

Extension Screenshots

screenshot
screenshot
screenshot

Download 单词君 Extension CRX File

Download 单词君 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

                        单词君 - 一款非常简洁方便使用的划词翻译工具. 翻译核心基于Baidu 翻译API. 翻译结果简单,适合对单词无需过多了解快速获取单词含义的用户.                    

Extension Basic Information

Name 单词君 单词君
ID gldgbllapeohoaaglddmkfchgohdjmfh
Official URL https://chromewebstore.google.com/detail/%E5%8D%95%E8%AF%8D%E5%90%9B/gldgbllapeohoaaglddmkfchgohdjmfh
Description 划屏取词 翻译好帮手, 独创的颜色记忆法,帮助您记住陌生单词.
File Size 195 KB
Installation Count 64
Current Version 1.0.0
Last Updated 2016-03-28
Publish Date 2016-03-27
Rating 4.50/5 Total 2 Ratings
Developer https://jackey.github.io
Email [email protected]
Payment Type free
Privacy Policy Page URL http://license.fumer.cn
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5355\u8bcd\u541b",
    "description": "\u5212\u5c4f\u53d6\u8bcd \u7ffb\u8bd1\u597d\u5e2e\u624b, \u72ec\u521b\u7684\u989c\u8272\u8bb0\u5fc6\u6cd5,\u5e2e\u52a9\u60a8\u8bb0\u4f4f\u964c\u751f\u5355\u8bcd.",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "\u5212\u5c4f\u53d6\u8bcd \u7ffb\u8bd1\u597d\u5e2e\u624b"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "http:\/\/danci.fumer.cn\/",
        "http:\/\/openapi.baidu.com\/",
        "background",
        "storage"
    ],
    "icons": {
        "16": "16_icon.png",
        "48": "48_icon.png",
        "128": "128_icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/close_popup.js"
            ],
            "css": [
                "css\/alert.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "css\/alert.css",
        "alert.html",
        "loading.html",
        "*.gif",
        "*.png"
    ]
}