WordComplex (English Dictionary)
Add extra meaning to your web browsing. Look up for definitions while you are on web.
Cos'è WordComplex (English Dictionary)?
WordComplex (English Dictionary) è un'estensione di Chrome sviluppata da Rajdeep Chauhan, e la sua funzione principale è "Add extra meaning to your web browsing. Look up for definitions while you are on web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WordComplex (English Dictionary)
Scarica i file di estensione WordComplex (English Dictionary) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | abiafidebmalgeploojmmpaplaglhhaf |
URL Ufficiale | https://chrome.google.com/webstore/detail/wordcomplex-english-dicti/abiafidebmalgeploojmmpaplaglhhaf |
Descrizione | Add extra meaning to your web browsing. Look up for definitions while you are on web. |
Dimensione del File | 73.07 KB |
Conteggio Installazioni | 234 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2019-05-19 |
Data di Pubblicazione | 2019-05-19 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | Rajdeep Chauhan |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |