Cambridge Dictionary Lookup
Looks up the selected text on Cambridge Dictionary
Was ist Cambridge Dictionary Lookup?
Cambridge Dictionary Lookup ist eine Chrome-Erweiterung, die von namnguyenhoai.info entwickelt wurde, und ihr Hauptmerkmal ist "Looks up the selected text on Cambridge Dictionary".
Erweiterungsscreenshots
Cambridge Dictionary Lookup-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cambridge Dictionary Lookup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 . Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hhddcfhbobkbccigannkfacjdoebinbm |
| Offizielle URL | https://chromewebstore.google.com/detail/cambridge-dictionary-look/hhddcfhbobkbccigannkfacjdoebinbm |
| Beschreibung | Looks up the selected text on Cambridge Dictionary |
| Dateigröße | 42.82 KB |
| Installationsanzahl | 23,482 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2019-02-26 |
| Veröffentlichungsdatum | 2019-02-26 |
| Bewertung | 4.68/5 Insgesamt 50 Bewertungen |
| Entwickler | namnguyenhoai.info |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://namnguyenhoai.info/ |
| Unterstützte Sprachen | 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"
]
} | |