Cambridge Dictionary Lookup
Looks up the selected text on Cambridge Dictionary
Vad är Cambridge Dictionary Lookup?
Cambridge Dictionary Lookup är en Chrome-tillägg utvecklad av namnguyenhoai.info, och dess huvudfunktion är "Looks up the selected text on Cambridge Dictionary".
Tilläggsskärmbilder
Ladda ner Cambridge Dictionary Lookup-förlängningens CRX-fil
Ladda ner Cambridge Dictionary Lookup-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Cambridge Dictionary Lookup |
ID | hhddcfhbobkbccigannkfacjdoebinbm |
Officiell webbadress | https://chromewebstore.google.com/detail/cambridge-dictionary-look/hhddcfhbobkbccigannkfacjdoebinbm |
Beskrivning | Looks up the selected text on Cambridge Dictionary |
Filstorlek | 42.82 KB |
Antal Installationer | 23,482 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2019-02-26 |
Publiceringsdatum | 2019-02-26 |
Betyg | 4.68/5 Totalt 50 Betyg |
Utvecklare | namnguyenhoai.info |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://namnguyenhoai.info/ |
Stödda Språk | 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" ] } |