A Dict

Look up a word definition in Macmillan English Dictionary.

Qu'est-ce que A Dict ?

A Dict est une extension Chrome développée par DNK Software, et sa fonction principale est "Look up a word definition in Macmillan English Dictionary.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension A Dict

Téléchargez les fichiers d'extension A Dict 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

                        Ever stumbled upon a word you are not sure about while reading a blog post or article? What about getting the word pronunciation, word forms, synonyms, and related phrases in one click?

A Dict powered by the amazing Macmillan English Dictionary ™ gives you just that and a bit more. Just right click on a word in question and choose the appropriate menu item or highlight the word and press Alt+S.                    

Informations de Base sur l'Extension

Nom A Dict A Dict
ID clfjklmdnfnopgdaoapemolbpdbmllba
URL Officiel https://chromewebstore.google.com/detail/a-dict/clfjklmdnfnopgdaoapemolbpdbmllba
Description Look up a word definition in Macmillan English Dictionary.
Taille du Fichier 31.08 KB
Nombre d'Installations 203
Version Actuelle 1.0.6
Dernière Mise à Jour 2015-12-08
Date de Publication 2015-12-08
Évaluation 3.40/5 Total 5 Évaluations
Développeur DNK Software
Type de Paiement free
Langues Prises en Charge en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "1.0.6",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "author": "Denis Korzunov",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "64": "logo64.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "js": [
                "apt.js"
            ]
        }
    ],
    "commands": {
        "search-selected-text": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "__MSG_hotkey_description__"
        }
    },
    "permissions": [
        "contextMenus",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "style.css",
        "style.js",
        "mlogo16.png"
    ]
}