Arabdict

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

Was ist Arabdict?

Arabdict ist eine Chrome-Erweiterung, die von Katvin Kassani entwickelt wurde, und ihr Hauptmerkmal ist "Arabdict is a general and specialized dictionary German-Arabic & Arabic-German with a focus on economics, law and politics and more.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Arabdict-Erweiterungs-CRX-Datei herunterladen

Laden Sie Arabdict-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Arabdict Arabdict
ID obbhfaggdoihpgmmdmoobbfaminbngka
Offizielle URL https://chromewebstore.google.com/detail/arabdict/obbhfaggdoihpgmmdmoobbfaminbngka
Beschreibung Arabdict is a general and specialized dictionary German-Arabic & Arabic-German with a focus on economics, law and politics and more.
Dateigröße 23.84 KB
Installationsanzahl 333
Aktuelle Version 2.0.0
Letztes Update 2020-11-08
Veröffentlichungsdatum 2020-11-01
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler Katvin Kassani
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/katvin
Unterstützte Sprachen 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
    }
}