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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Smart Dictionary (by ketnoitienganh.com) Smart Dictionary (by ketnoitienganh.com)
ID pdfpdhmpcmbfeeapbjcdokgloakkkemj
公式URL 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"
    ]
}