Zdic

A tool for http://www.zdic.net

What is Zdic?

Zdic is a Chrome extension developed by leiqin, and its main feature is "A tool for http://www.zdic.net".

Extension Screenshots

screenshot

Download Zdic Extension CRX File

Download Zdic 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

                        一个汉典(www.zdic.net)的工具.

适配汉典网站的改版,汉典已支持 HTTPS                    

Extension Basic Information

Name Zdic Zdic
ID ldoghmnpachmbbgdaljhbopgieholinm
Official URL https://chromewebstore.google.com/detail/zdic/ldoghmnpachmbbgdaljhbopgieholinm
Description A tool for http://www.zdic.net
File Size 19.93 KB
Installation Count 297
Current Version 2.1
Last Updated 2019-06-09
Publish Date 2019-06-09
Rating 4.50/5 Total 2 Ratings
Developer leiqin
Payment Type free
Extension Website https://github.com/leiqin/zdic
Help Page URL https://github.com/leiqin/zdic
Supported Languages en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "version": "2.1",
    "author": "leiqin",
    "default_locale": "en",
    "icons": {
        "16": "icon\/logo16.png",
        "32": "icon\/logo32.png",
        "48": "icon\/logo48.png",
        "128": "icon\/logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "38": "icon\/logo38.png"
        },
        "default_title": "__MSG_disableSelect__"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab"
    ]
}