Vocabulary

Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box

Was ist Vocabulary?

Vocabulary ist eine Chrome-Erweiterung, die von Joe entwickelt wurde, und ihr Hauptmerkmal ist "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box".

Erweiterungsscreenshots

screenshot

Vocabulary-Erweiterungs-CRX-Datei herunterladen

Laden Sie Vocabulary-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

                        This tool allows you to highlight a word and look it up directly through vocabulary.com, without needing to explicitly copy pasting.                    

Grundlegende Informationen zur Erweiterung

Name Vocabulary Vocabulary
ID lkkbfikfdjgeoncmlljmhpnecmpahlkc
Offizielle URL https://chrome.google.com/webstore/detail/vocabulary/lkkbfikfdjgeoncmlljmhpnecmpahlkc
Beschreibung Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box
Dateigröße 8.85 KB
Installationsanzahl 298
Aktuelle Version 0.1
Letztes Update 2018-12-31
Veröffentlichungsdatum 2018-12-31
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Joe
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "vocabulary.js"
        ]
    },
    "description": "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box",
    "icons": {
        "16": "vocab-medium.png"
    },
    "manifest_version": 2,
    "name": "Vocabulary",
    "page_action": {
        "default_icon": {
            "16": "vocab-medium.png"
        }
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "0.1"
}