Dictionary.net Extension

Lookup definitions from Dictionary.net - free online dictionary website.

Was ist Dictionary.net Extension?

Dictionary.net Extension ist eine Chrome-Erweiterung, die von https://www.dictionary.net entwickelt wurde, und ihr Hauptmerkmal ist "Lookup definitions from Dictionary.net - free online dictionary website.".

Erweiterungsscreenshots

screenshot

Dictionary.net Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dictionary.net Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Lookup definitions from Dictionary.net - free online dictionary website.

Just highlight the necessary word in your browser, right-click on it and then choose the "Lookup in Dictionary.net" option in menu. You will be redirected to the appropriate page on Dictionary.net with dictionary definitions for this word, along with pronunciation, antonyms, quotes, rhymes, usage examples and other helpful information.                    

Grundlegende Informationen zur Erweiterung

Name Dictionary.net Extension Dictionary.net Extension
ID pmgahbdihjhjdgnpnapldpddkodhhchn
Offizielle URL https://chromewebstore.google.com/detail/dictionarynet-extension/pmgahbdihjhjdgnpnapldpddkodhhchn
Beschreibung Lookup definitions from Dictionary.net - free online dictionary website.
Dateigröße 26.84 KB
Installationsanzahl 1,377
Aktuelle Version 0.2
Letztes Update 2015-07-21
Veröffentlichungsdatum 2015-07-21
Bewertung 3.00/5 Insgesamt 3 Bewertungen
Entwickler https://www.dictionary.net
Zahlungsart free
Erweiterungswebsite http://www.dictionary.net
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dictionary.net Extension",
    "description": "Lookup definitions from Dictionary.net - free online dictionary website.",
    "version": "0.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "homepage_url": "http:\/\/www.dictionary.net",
    "author": "DomainOptions.net",
    "permissions": [
        "contextMenus"
    ],
    "short_name": "Dictionary.net",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "manifest_version": 2
}