Dictionary

Full-featured dictionary extension

Τι είναι το Dictionary;

Το Dictionary είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://e-dictionary.org, και η κύρια λειτουργία του είναι "Full-featured dictionary extension".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dictionary

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

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

                        Easily look up word definitions, pronunciations and synonyms as you browse the web                    

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

Όνομα Dictionary Dictionary
ID nhbchcfeodkcblfpdjdhelcfbefefmag
Επίσημο URL https://chromewebstore.google.com/detail/dictionary/nhbchcfeodkcblfpdjdhelcfbefefmag
Περιγραφή Full-featured dictionary extension
Μέγεθος Αρχείου 1.85 MB
Αριθμός Εγκαταστάσεων 4,383
Τρέχουσα Έκδοση 23.11.11
Τελευταία Ενημέρωση 2023-12-28
Ημερομηνία Δημοσίευσης 2023-02-14
Αξιολόγηση 5.00/5 Συνολικά 22 Αξιολογήσεις
Προγραμματιστής https://e-dictionary.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://e-dictionary.org
URL της Σελίδας Πολιτικής Απορρήτου https://essentialkit.org/privacy
Υποστηριζόμενες Γλώσσες id,ms,de,en,fr,sw,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,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "__MSG_appShortName_",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/dictionary\/nhbchcfeodkcblfpdjdhelcfbefefmag",
    "version": "23.11.11",
    "manifest_version": 3,
    "default_locale": "en",
    "author": "Justice Ogbonna",
    "permissions": [
        "declarativeNetRequest",
        "contextMenus",
        "storage",
        "cookies"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "assets\/rules.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "assets\/logo-16x16.png",
            "24": "assets\/logo-24x24.png",
            "32": "assets\/logo-32x32.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content-script\/content-script.js"
            ],
            "css": [
                "content-script\/content-script.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "assets\/logo-16x16.png",
        "32": "assets\/logo-32x32.png",
        "48": "assets\/logo-48x48.png",
        "128": "assets\/logo-128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/logo-24x24.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "content-script\/winbox.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_page": "options-page\/options.html",
    "background": {
        "service_worker": "background-script\/background.js"
    }
}