Cambridge Dictionary Lookup
Looks up the selected text on Cambridge Dictionary
Hvad er Cambridge Dictionary Lookup?
Cambridge Dictionary Lookup er en Chrome-udvidelse udviklet af namnguyenhoai.info, og dens hovedfunktion er "Looks up the selected text on Cambridge Dictionary".
Udvidelsesskærmbilleder
Download Cambridge Dictionary Lookup-udvidelses-CRX-fil
Download Cambridge Dictionary Lookup-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 . Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hhddcfhbobkbccigannkfacjdoebinbm |
| Officiel URL | https://chromewebstore.google.com/detail/cambridge-dictionary-look/hhddcfhbobkbccigannkfacjdoebinbm |
| Beskrivelse | Looks up the selected text on Cambridge Dictionary |
| Filstørrelse | 42.82 KB |
| Antal Installationer | 23,482 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2019-02-26 |
| Udgivelsesdato | 2019-02-26 |
| Bedømmelse | 4.68/5 Samlet 50 Bedømmelser |
| Udvikler | namnguyenhoai.info |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://namnguyenhoai.info/ |
| Understøttede Sprog | 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"
]
} | |