笑典

教育部重編國語辭典 Chrome 離線版

What is 笑典?

笑典 is a Chrome extension developed by https://tonytonyjan.net, and its main feature is "教育部重編國語辭典 Chrome 離線版".

Extension Screenshots

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

                        教育部重編國語辭典 Chrome 離線版,3du.tw 黑客松玩具。

## 使用 ##
1.  在一般網頁 反白字串 + 右鍵
2.  Ctrl + 拖曳反白

## 資料來源 ##

教育部重編國語辭典修訂本

## 特別感謝 ##

1.  教育部國語推行委員會團隊
2.  Audrey Tang、TonyQ Wang、kcwu、及其他 3du.tw 的熱血黑客

## 貢獻 ##

https://github.com/tonytonyjan/hahadict                    

Extension Basic Information

Name 笑典 笑典
ID ppgggcmomnpmeikbpaelmefpjfnmaidk
Official URL https://chromewebstore.google.com/detail/%E7%AC%91%E5%85%B8/ppgggcmomnpmeikbpaelmefpjfnmaidk
Description 教育部重編國語辭典 Chrome 離線版
File Size 33.54 MB
Installation Count 56
Current Version 0.5.3
Last Updated 2015-03-21
Publish Date 2015-03-21
Rating 1.00/5 Total 1 Ratings
Developer https://tonytonyjan.net
Email [email protected]
Payment Type free
Extension Website https://github.com/tonytonyjan/hahadict
Supported Languages zh-TW
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u7b11\u5178",
    "version": "0.5.3",
    "manifest_version": 2,
    "description": "\u6559\u80b2\u90e8\u91cd\u7de8\u570b\u8a9e\u8fad\u5178 Chrome \u96e2\u7dda\u7248",
    "permissions": [
        "",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon48.png",
        "default_title": "Google Mail"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-1.9.0.min.js",
            "js\/background.js"
        ],
        "persistent": false
    }
}