Arabdict

Arabdict is a general and specialized dictionary German-Arabic & Arabic-German with a focus on economics, law and politics and more.

Τι είναι το Arabdict;

Το Arabdict είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Katvin Kassani, και η κύρια λειτουργία του είναι "Arabdict is a general and specialized dictionary German-Arabic & Arabic-German with a focus on economics, law and politics and more.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The dictionary is intended to reproduce the various Arabic terms commonly used in the different Arabic countries. Arabdict is intended to be more than a conventional dictionary. Therefore it also contains examples, remarks, synonyms and idiomatic expressions. Arabdict is intended to be an aid for students, translators and interpreters who deal with economic, legal and political texts. The use of Arabdict is free of charge                    

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

Όνομα Arabdict Arabdict
ID obbhfaggdoihpgmmdmoobbfaminbngka
Επίσημο URL https://chromewebstore.google.com/detail/arabdict/obbhfaggdoihpgmmdmoobbfaminbngka
Περιγραφή Arabdict is a general and specialized dictionary German-Arabic & Arabic-German with a focus on economics, law and politics and more.
Μέγεθος Αρχείου 23.84 KB
Αριθμός Εγκαταστάσεων 333
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2020-11-08
Ημερομηνία Δημοσίευσης 2020-11-01
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Katvin Kassani
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/katvin
Υποστηριζόμενες Γλώσσες ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Arabdict",
    "version": "2.0.0",
    "description": "Arabdict is a general and specialized dictionary German-Arabic & Arabic-German with a focus on economics, law and politics and more.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}