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) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ketnoitienganh.com, και η κύρια λειτουργία του είναι "This extension allows users to lookup and save new words definitions on ketnoitienganh.com".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Smart Dictionary (by ketnoitienganh.com)
Λήψη αρχείων επέκτασης 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) |
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" ] } |