Oxford Dictionary Lookup
Looks up the selected text on Oxford Learner's Dictionaries
Cos'è Oxford Dictionary Lookup?
Oxford Dictionary Lookup è un'estensione di Chrome sviluppata da namnguyenhoai.info, e la sua funzione principale è "Looks up the selected text on Oxford Learner's Dictionaries".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Oxford Dictionary Lookup
Scarica i file di estensione Oxford Dictionary Lookup 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
Looks up the selected text on https://www.oxfordlearnersdictionaries.com. - Just right-click on the selected text and choose "Oxford Lookup ..." - Auto close old popup. - Store a history of 15 words you've looked up .
Informazioni di Base sull'Estensione
Nome | Oxford Dictionary Lookup |
ID | llcdhkifjccomnbldmapjdeoaopnalfh |
URL Ufficiale | https://chromewebstore.google.com/detail/oxford-dictionary-lookup/llcdhkifjccomnbldmapjdeoaopnalfh |
Descrizione | Looks up the selected text on Oxford Learner's Dictionaries |
Dimensione del File | 141 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-02-26 |
Data di Pubblicazione | 2019-02-26 |
Valutazione | 4.92/5 Totale 24 Valutazioni |
Sviluppatore | namnguyenhoai.info |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://namnguyenhoai.info/ |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Oxford Dictionary Lookup", "version": "1.1", "description": "Looks up the selected text on Oxford Learner's Dictionaries", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "storage", "contextMenus" ] } |