Oxford Dictionary Lookup
Looks up the selected text on Oxford Learner's Dictionaries
Qu'est-ce que Oxford Dictionary Lookup ?
Oxford Dictionary Lookup est une extension Chrome développée par namnguyenhoai.info, et sa fonction principale est "Looks up the selected text on Oxford Learner's Dictionaries".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Oxford Dictionary Lookup
Téléchargez les fichiers d'extension Oxford Dictionary Lookup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 .
Informations de Base sur l'Extension
Nom | Oxford Dictionary Lookup |
ID | llcdhkifjccomnbldmapjdeoaopnalfh |
URL Officiel | https://chromewebstore.google.com/detail/oxford-dictionary-lookup/llcdhkifjccomnbldmapjdeoaopnalfh |
Description | Looks up the selected text on Oxford Learner's Dictionaries |
Taille du Fichier | 141 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2019-02-26 |
Date de Publication | 2019-02-26 |
Évaluation | 4.92/5 Total 24 Évaluations |
Développeur | namnguyenhoai.info |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://namnguyenhoai.info/ |
Langues Prises en Charge | 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" ] } |