Dictionary - Oxford, Webster and Wikipedia

Dictionary for multiple languages.

Τι είναι το Dictionary - Oxford, Webster and Wikipedia;

Το Dictionary - Oxford, Webster and Wikipedia είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://imagetext.xyz, και η κύρια λειτουργία του είναι "Dictionary for multiple languages.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dictionary - Oxford, Webster and Wikipedia

Λήψη αρχείων επέκτασης Dictionary - Oxford, Webster and Wikipedia σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        This Extension have offline support for Webster's Unabridged English Dictionary  + Oxford UK Dictionary (from the Gutenberg Project, compiled August 22, 2009).

For other languages it fallbacks to wikipedia definitions.

You can support this project by becoming my Patreon member here: https://www.patreon.com/fxnoob


Supports more than 100 languages. 

This is an Open Source Product. Hosted on github here: https://github.com/fxnoob/dictionary                    

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

Όνομα Dictionary - Oxford, Webster and Wikipedia Dictionary - Oxford, Webster and Wikipedia
ID pbknajakomimhnnaiddkbddboifjolbf
Επίσημο URL https://chromewebstore.google.com/detail/dictionary-oxford-webster/pbknajakomimhnnaiddkbddboifjolbf
Περιγραφή Dictionary for multiple languages.
Μέγεθος Αρχείου 463 KB
Αριθμός Εγκαταστάσεων 366
Τρέχουσα Έκδοση 3.0.3
Τελευταία Ενημέρωση 2022-08-16
Ημερομηνία Δημοσίευσης 2021-06-05
Αξιολόγηση 2.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://imagetext.xyz
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://imagetext.xyz/privacy
Υποστηριζόμενες Γλώσσες id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "3.0.3",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "tts",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "default_locale": "en",
    "action": {
        "default_title": "Dictionary - Oxford, Webster and Wikipedia",
        "default_icon": "images\/icon-128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/imagetext.xyz\/*",
            "*:\/\/*.imagetext.xyz\/*"
        ]
    },
    "icons": {
        "128": "images\/icon-128.png"
    }
}