Arabic Dictionary

Arabic Dictionary Extension

Τι είναι το Arabic Dictionary;

Το Arabic Dictionary είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον PolyMaster, και η κύρια λειτουργία του είναι "Arabic Dictionary Extension".

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

screenshot

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

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

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

                        Arabic Dictionary is a brand new take on what a dictionary should be. Say goodbye to endlessly flipping through volumes upon volumes of paperback dictionaries and lexicons. Just hover over an arabic word, Arabic Dictionary brings you the definition in English, on-the-fly, complete with harakat in a simple, easy to read popup. Works seamlessly on almost all websites, no configuration required! Download now and supercharge your learning today!                    

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

Όνομα Arabic Dictionary Arabic Dictionary
ID loipjegagmfjcbofhmigjemdfcahcggm
Επίσημο URL https://chromewebstore.google.com/detail/arabic-dictionary/loipjegagmfjcbofhmigjemdfcahcggm
Περιγραφή Arabic Dictionary Extension
Μέγεθος Αρχείου 20.51 MB
Αριθμός Εγκαταστάσεων 4,000
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2023-05-29
Ημερομηνία Δημοσίευσης 2016-06-02
Αξιολόγηση 4.38/5 Συνολικά 40 Αξιολογήσεις
Προγραμματιστής PolyMaster
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Arabic Dictionary",
    "version": "2.0",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "contentscript.js"
            ],
            "css": [
                "tooltip.css",
                "selection.css"
            ]
        }
    ],
    "description": "Arabic Dictionary Extension",
    "icons": {
        "16": "img\/translation_16.png",
        "48": "img\/translation_48.png",
        "128": "img\/translation_128.png"
    },
    "browser_action": {
        "name": "Click to change the icon's color"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "translator.js",
                "tooltip.js",
                "data\/*",
                "selection.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": []
}