Oxford Dictionary Lookup
Looks up the selected text on Oxford Learner's Dictionaries
Wat is Oxford Dictionary Lookup?
Oxford Dictionary Lookup is een Chrome-extensie ontwikkeld door namnguyenhoai.info, en de belangrijkste functie is "Looks up the selected text on Oxford Learner's Dictionaries".
Extensie Screenshots
Download het CRX-bestand van de extensie Oxford Dictionary Lookup
Download Oxford Dictionary Lookup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 .
Basisinformatie over de Extensie
Naam | Oxford Dictionary Lookup |
ID | llcdhkifjccomnbldmapjdeoaopnalfh |
Officiële URL | https://chromewebstore.google.com/detail/oxford-dictionary-lookup/llcdhkifjccomnbldmapjdeoaopnalfh |
Beschrijving | Looks up the selected text on Oxford Learner's Dictionaries |
Bestandsgrootte | 141 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2019-02-26 |
Publicatiedatum | 2019-02-26 |
Beoordeling | 4.92/5 Totaal 24 Beoordelingen |
Ontwikkelaar | namnguyenhoai.info |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://namnguyenhoai.info/ |
Ondersteunde Talen | 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" ] } |