Cambridge Dictionary Lookup

Looks up the selected text on Cambridge Dictionary

Cos'è Cambridge Dictionary Lookup?

Cambridge Dictionary Lookup è un'estensione di Chrome sviluppata da namnguyenhoai.info, e la sua funzione principale è "Looks up the selected text on Cambridge Dictionary".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Cambridge Dictionary Lookup

Scarica i file di estensione Cambridge Dictionary Lookup in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 .                    

Informazioni di Base sull'Estensione

Nome Cambridge Dictionary Lookup Cambridge Dictionary Lookup
ID hhddcfhbobkbccigannkfacjdoebinbm
URL Ufficiale https://chromewebstore.google.com/detail/cambridge-dictionary-look/hhddcfhbobkbccigannkfacjdoebinbm
Descrizione Looks up the selected text on Cambridge Dictionary
Dimensione del File 42.82 KB
Conteggio Installazioni 23,482
Versione Corrente 1.1
Ultimo Aggiornamento 2019-02-26
Data di Pubblicazione 2019-02-26
Valutazione 4.68/5 Totale 50 Valutazioni
Sviluppatore namnguyenhoai.info
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://namnguyenhoai.info/
Lingue Supportate 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"
    ]
}