瀏覽器閱讀輔助外掛Chinese Learning

選取某些字詞後,利用本外掛的各種功能進行語文輔助學習

What is 瀏覽器閱讀輔助外掛Chinese Learning?

瀏覽器閱讀輔助外掛Chinese Learning is a Chrome extension developed by aday0123b, and its main feature is "選取某些字詞後,利用本外掛的各種功能進行語文輔助學習".

Extension Screenshots

screenshot

Download 瀏覽器閱讀輔助外掛Chinese Learning Extension CRX File

Download 瀏覽器閱讀輔助外掛Chinese Learning 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

                        選取某些字詞後,利用本外掛的各種功能進行華語文的輔助學習,方便老師教導程度較差的學生                    

Extension Basic Information

Name 瀏覽器閱讀輔助外掛Chinese Learning 瀏覽器閱讀輔助外掛Chinese Learning
ID bpcliekjnopcagpekljnkpicfdpjfbkc
Official URL https://chromewebstore.google.com/detail/%E7%80%8F%E8%A6%BD%E5%99%A8%E9%96%B1%E8%AE%80%E8%BC%94%E5%8A%A9%E5%A4%96%E6%8E%9Bchinese-learning/bpcliekjnopcagpekljnkpicfdpjfbkc
Description 選取某些字詞後,利用本外掛的各種功能進行語文輔助學習
File Size 66.51 KB
Installation Count 2,668
Current Version 6.3
Last Updated 2022-11-28
Publish Date 2021-07-14
Rating 5.00/5 Total 3 Ratings
Developer aday0123b
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u700f\u89bd\u5668\u95b1\u8b80\u8f14\u52a9\u5916\u639bChinese Learning",
    "description": "\u9078\u53d6\u67d0\u4e9b\u5b57\u8a5e\u5f8c\uff0c\u5229\u7528\u672c\u5916\u639b\u7684\u5404\u7a2e\u529f\u80fd\u9032\u884c\u8a9e\u6587\u8f14\u52a9\u5b78\u7fd2",
    "version": "6.3",
    "icons": {
        "64": "icons\/speak.png"
    },
    "browser_action": {
        "default_icon": {
            "64": "icons\/speak.png"
        },
        "default_popup": "action\/index.html",
        "default_title": "\u700f\u89bd\u5668\u95b1\u8b80\u8f14\u52a9\u5916\u639b"
    },
    "options_ui": {
        "page": "option\/index.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "*.js",
        "*.css",
        "*.png"
    ]
}