Wikitionary word definition lookup

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

Cos'è Wikitionary word definition lookup?

Wikitionary word definition lookup è un'estensione di Chrome sviluppata da Ashok Koyi, e la sua funzione principale è "Right Click to lookup definition of selected word in a new Tab using Wikitionary".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Wikitionary word definition lookup

Scarica i file di estensione Wikitionary word definition lookup in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Wikitionary word definition lookup Wikitionary word definition lookup
ID nnkjcjnhnenpjdaekgojkcaaknncmmil
URL Ufficiale https://chromewebstore.google.com/detail/wikitionary-word-definiti/nnkjcjnhnenpjdaekgojkcaaknncmmil
Descrizione Right Click to lookup definition of selected word in a new Tab using Wikitionary
Dimensione del File 13.59 KB
Conteggio Installazioni 70
Versione Corrente 0.1.0
Ultimo Aggiornamento 2021-10-15
Data di Pubblicazione 2021-10-15
Sviluppatore Ashok Koyi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/thekalinga/right-click-wiktionary
URL della Pagina di Aiuto https://github.com/thekalinga/right-click-wiktionary/issues
Lingue Supportate 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"
    }
}