WebExtension.net
WebExtension.net

Zhongwen: Chinese-English Dictionary

View on Chrome Web Store
View Zhongwen: Chinese-English Dictionary Chrome Extension on Chrome Web Store
4.6 (708 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Great tool for learning Chinese. Includes links to Chinese Grammar Wiki. Supports adding words to Skritter.
Type
Extension
Users
100,000 users
Christian Schiller
View author page of Christian Schiller
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 15, 2010
Version 6.1.0
Manifest version
3
Updated
Updated on August 2, 2024
View on Chrome Web Store
View Zhongwen: Chinese-English Dictionary Chrome Extension on Chrome Web Store
productivity/education
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Zhongwen: Chinese-English Dictionary",
    "short_name": "Zhongwen",
    "version": "6.1.0",
    "author": "Christian Schiller",
    "homepage_url": "https:\/\/github.com\/cschiller\/zhongwen",
    "description": "Great tool for learning Chinese. Includes links to Chinese Grammar Wiki. Supports adding words to Skritter.",
    "icons": {
        "16": "images\/zhongwen16.png",
        "48": "images\/zhongwen48.png",
        "128": "images\/zhongwen.png"
    },
    "action": {
        "default_icon": "images\/zhongwen48.png",
        "default_title": "Zhongwen Chinese Popup Dictionary"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/config.js",
                "js\/jquery-3.3.1.min.js",
                "js\/zhuyin.js",
                "content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "commands": {
        "_execute_action": {
            "description": "Enable\/Disable Zhongwen"
        }
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top