Cambridge Dictionary Lookup
Looks up the selected text on Cambridge Dictionary
Wat is Cambridge Dictionary Lookup?
Cambridge Dictionary Lookup is een Chrome-extensie ontwikkeld door namnguyenhoai.info, en de belangrijkste functie is "Looks up the selected text on Cambridge Dictionary".
Extensie Screenshots
Download het CRX-bestand van de extensie Cambridge Dictionary Lookup
Download Cambridge 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://dictionary.cambridge.org - Just right-click on the selected text and choose "Cambridge Lookup ..." - Auto close old popup. - Store a history of 15 words you've looked up .
Basisinformatie over de Extensie
Naam | Cambridge Dictionary Lookup |
ID | hhddcfhbobkbccigannkfacjdoebinbm |
Officiële URL | https://chromewebstore.google.com/detail/cambridge-dictionary-look/hhddcfhbobkbccigannkfacjdoebinbm |
Beschrijving | Looks up the selected text on Cambridge Dictionary |
Bestandsgrootte | 42.82 KB |
Aantal Installaties | 23,482 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2019-02-26 |
Publicatiedatum | 2019-02-26 |
Beoordeling | 4.68/5 Totaal 50 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": "Cambridge Dictionary Lookup", "version": "1.1", "description": "Looks up the selected text on Cambridge Dictionary", "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" ] } |