Cambridge Dictionary Lookup

Looks up the selected text on Cambridge Dictionary

Qu'est-ce que Cambridge Dictionary Lookup ?

Cambridge Dictionary Lookup est une extension Chrome développée par namnguyenhoai.info, et sa fonction principale est "Looks up the selected text on Cambridge Dictionary".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Cambridge Dictionary Lookup

Téléchargez les fichiers d'extension Cambridge Dictionary Lookup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 .                    

Informations de Base sur l'Extension

Nom Cambridge Dictionary Lookup Cambridge Dictionary Lookup
ID hhddcfhbobkbccigannkfacjdoebinbm
URL Officiel https://chromewebstore.google.com/detail/cambridge-dictionary-look/hhddcfhbobkbccigannkfacjdoebinbm
Description Looks up the selected text on Cambridge Dictionary
Taille du Fichier 42.82 KB
Nombre d'Installations 23,482
Version Actuelle 1.1
Dernière Mise à Jour 2019-02-26
Date de Publication 2019-02-26
Évaluation 4.68/5 Total 50 Évaluations
Développeur namnguyenhoai.info
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://namnguyenhoai.info/
Langues Prises en Charge 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"
    ]
}