Wikitionary word definition lookup

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

Τι είναι το Wikitionary word definition lookup;

Το Wikitionary word definition lookup είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ashok Koyi, και η κύρια λειτουργία του είναι "Right Click to lookup definition of selected word in a new Tab using Wikitionary".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Wikitionary word definition lookup

Λήψη αρχείων επέκτασης Wikitionary word definition lookup σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Wikitionary word definition lookup Wikitionary word definition lookup
ID nnkjcjnhnenpjdaekgojkcaaknncmmil
Επίσημο URL https://chromewebstore.google.com/detail/wikitionary-word-definiti/nnkjcjnhnenpjdaekgojkcaaknncmmil
Περιγραφή Right Click to lookup definition of selected word in a new Tab using Wikitionary
Μέγεθος Αρχείου 13.59 KB
Αριθμός Εγκαταστάσεων 70
Τρέχουσα Έκδοση 0.1.0
Τελευταία Ενημέρωση 2021-10-15
Ημερομηνία Δημοσίευσης 2021-10-15
Προγραμματιστής Ashok Koyi
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/thekalinga/right-click-wiktionary
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/thekalinga/right-click-wiktionary/issues
Υποστηριζόμενες Γλώσσες 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"
    }
}