Wikitionary word definition lookup

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

Qu'est-ce que Wikitionary word definition lookup ?

Wikitionary word definition lookup est une extension Chrome développée par Ashok Koyi, et sa fonction principale est "Right Click to lookup definition of selected word in a new Tab using Wikitionary".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Wikitionary word definition lookup

Téléchargez les fichiers d'extension Wikitionary word definition lookup 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

                        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                    

Informations de Base sur l'Extension

Nom Wikitionary word definition lookup Wikitionary word definition lookup
ID nnkjcjnhnenpjdaekgojkcaaknncmmil
URL Officiel https://chromewebstore.google.com/detail/wikitionary-word-definiti/nnkjcjnhnenpjdaekgojkcaaknncmmil
Description Right Click to lookup definition of selected word in a new Tab using Wikitionary
Taille du Fichier 13.59 KB
Nombre d'Installations 70
Version Actuelle 0.1.0
Dernière Mise à Jour 2021-10-15
Date de Publication 2021-10-15
Développeur Ashok Koyi
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/thekalinga/right-click-wiktionary
URL de la Page d'Aide https://github.com/thekalinga/right-click-wiktionary/issues
Langues Prises en Charge 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"
    }
}