WordComplex (English Dictionary)
Add extra meaning to your web browsing. Look up for definitions while you are on web.
Τι είναι το WordComplex (English Dictionary);
Το WordComplex (English Dictionary) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rajdeep Chauhan, και η κύρια λειτουργία του είναι "Add extra meaning to your web browsing. Look up for definitions while you are on web.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης WordComplex (English Dictionary)
Λήψη αρχείων επέκτασης WordComplex (English Dictionary) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Double click on any word to look up its definition while you are browsing. Look up for definitions in WordComplex browser action and open desktop dictionary by clicking wordcomplex icon. You can go forward and backward in your currently searched words. Save the words to look up in future.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | abiafidebmalgeploojmmpaplaglhhaf |
Επίσημο URL | https://chrome.google.com/webstore/detail/wordcomplex-english-dicti/abiafidebmalgeploojmmpaplaglhhaf |
Περιγραφή | Add extra meaning to your web browsing. Look up for definitions while you are on web. |
Μέγεθος Αρχείου | 73.07 KB |
Αριθμός Εγκαταστάσεων | 234 |
Τρέχουσα Έκδοση | 2.1 |
Τελευταία Ενημέρωση | 2019-05-19 |
Ημερομηνία Δημοσίευσης | 2019-05-19 |
Αξιολόγηση | 4.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Rajdeep Chauhan |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WordComplex (English Dictionary)", "description": "Add extra meaning to your web browsing. Look up for definitions while you are on web.", "version": "2.1", "short_name": "WC", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "WordComplex" }, "icons": { "16": "icon16.png", "19": "icon19.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "tip.css" ], "js": [ "content_script.js" ] } ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "web_accessible_resources": [ "speaker.jpg" ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tts", "storage" ] } |