Vocabulary
Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box
Cos'è Vocabulary?
Vocabulary è un'estensione di Chrome sviluppata da Joe, e la sua funzione principale è "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Vocabulary
Scarica i file di estensione Vocabulary 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
This tool allows you to highlight a word and look it up directly through vocabulary.com, without needing to explicitly copy pasting.
Informazioni di Base sull'Estensione
Nome | |
ID | lkkbfikfdjgeoncmlljmhpnecmpahlkc |
URL Ufficiale | https://chrome.google.com/webstore/detail/vocabulary/lkkbfikfdjgeoncmlljmhpnecmpahlkc |
Descrizione | Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box |
Dimensione del File | 8.85 KB |
Conteggio Installazioni | 298 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2018-12-31 |
Data di Pubblicazione | 2018-12-31 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Joe |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "vocabulary.js" ] }, "description": "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box", "icons": { "16": "vocab-medium.png" }, "manifest_version": 2, "name": "Vocabulary", "page_action": { "default_icon": { "16": "vocab-medium.png" } }, "permissions": [ "contextMenus", "tabs" ], "version": "0.1" } |