Smart Dictionary (by ketnoitienganh.com)

This extension allows users to lookup and save new words definitions on ketnoitienganh.com

Qu'est-ce que Smart Dictionary (by ketnoitienganh.com) ?

Smart Dictionary (by ketnoitienganh.com) est une extension Chrome développée par https://ketnoitienganh.com, et sa fonction principale est "This extension allows users to lookup and save new words definitions on ketnoitienganh.com".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Smart Dictionary (by ketnoitienganh.com)

Téléchargez les fichiers d'extension Smart Dictionary (by ketnoitienganh.com) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Smart Dictionary (by ketnoitienganh.com) Smart Dictionary (by ketnoitienganh.com)
ID pdfpdhmpcmbfeeapbjcdokgloakkkemj
URL Officiel https://chromewebstore.google.com/detail/smart-dictionary-by-ketno/pdfpdhmpcmbfeeapbjcdokgloakkkemj
Description This extension allows users to lookup and save new words definitions on ketnoitienganh.com
Taille du Fichier 232 KB
Nombre d'Installations 16
Version Actuelle 1.0
Dernière Mise à Jour 2016-11-08
Date de Publication 2016-11-08
Évaluation 5.00/5 Total 7 Évaluations
Développeur https://ketnoitienganh.com
Type de Paiement free
Langues Prises en Charge 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"
    ]
}