Smart Dictionary (by ketnoitienganh.com)
This extension allows users to lookup and save new words definitions on ketnoitienganh.com
什麼是Smart Dictionary (by ketnoitienganh.com)?
Smart Dictionary (by ketnoitienganh.com)是由https://ketnoitienganh.com開發的Chrome擴展程式,該擴展的主要功能是“This extension allows users to lookup and save new words definitions on ketnoitienganh.com”。
擴展截圖
下載Smart Dictionary (by ketnoitienganh.com)擴展crx文件
下載Smart Dictionary (by ketnoitienganh.com)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        With this extension you can:
- lookup word definitions in any web site you visit
- select word to lookup definitions conveniently by double click on the word
- login to ketnoitienganh.com then any word you looked up is saved to your account. You can create group of looked up word and exercise with it.
- many exercise tool on ketnoitienganh.com help you exercise and remember words very fast.                     擴展基本資訊
| 名稱 |  | 
| ID | pdfpdhmpcmbfeeapbjcdokgloakkkemj | 
| 官方網址 | https://chromewebstore.google.com/detail/smart-dictionary-by-ketno/pdfpdhmpcmbfeeapbjcdokgloakkkemj | 
| 簡介 | This extension allows users to lookup and save new words definitions on ketnoitienganh.com | 
| 檔案大小 | 232 KB | 
| 安裝次數 | 16 | 
| 目前版本 | 1.0 | 
| 更新時間 | 2016-11-08 | 
| 上架時間 | 2016-11-08 | 
| 評分 | 5.00/5 共 7 次評分 | 
| 開發者 | https://ketnoitienganh.com | 
| 付費類型 | free | 
| 支援的語言 | vi | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Dictionary (by ketnoitienganh.com)",
    "description": "This extension allows users to lookup and save new words definitions on ketnoitienganh.com",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup1.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.ketnoitienganh.com\/*",
                "*:\/\/*.anhngutienganhthongminh.com\/*",
                "*:\/\/*.localhost\/*"
            ],
            "js": [
                "jquery-1.11.2.js",
                "jquery-ui.js",
                "animation\/jquery_easing_1_3.js",
                "animation\/jquery_easing_compatibility.js",
                "page_dictionary.js",
                "iframeResizer.min.js",
                "my_iframe_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "public_dictionary.html"
    ]
} | |