Wikitionary word definition lookup

Right Click to lookup definition of selected word in a new Tab using Wikitionary

Was ist Wikitionary word definition lookup?

Wikitionary word definition lookup ist eine Chrome-Erweiterung, die von Ashok Koyi entwickelt wurde, und ihr Hauptmerkmal ist "Right Click to lookup definition of selected word in a new Tab using Wikitionary".

Erweiterungsscreenshots

screenshot
screenshot

Wikitionary word definition lookup-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wikitionary word definition lookup-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

                        Wiktionary is a crowd sourced dictionary of terms that contain definitions, images for illustrations, pronunciations, etymologies, inflections, usage examples, quotations, related terms, and translations of words into other languages, among other features. This extension allows users to lookup definitions in Wikitionary                    

Grundlegende Informationen zur Erweiterung

Name Wikitionary word definition lookup Wikitionary word definition lookup
ID nnkjcjnhnenpjdaekgojkcaaknncmmil
Offizielle URL https://chromewebstore.google.com/detail/wikitionary-word-definiti/nnkjcjnhnenpjdaekgojkcaaknncmmil
Beschreibung Right Click to lookup definition of selected word in a new Tab using Wikitionary
Dateigröße 13.59 KB
Installationsanzahl 70
Aktuelle Version 0.1.0
Letztes Update 2021-10-15
Veröffentlichungsdatum 2021-10-15
Entwickler Ashok Koyi
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/thekalinga/right-click-wiktionary
Hilfeseite URL https://github.com/thekalinga/right-click-wiktionary/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wikitionary word definition lookup",
    "version": "0.1.0",
    "description": "Right Click to lookup definition of selected word in a new Tab using Wikitionary",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}