Sakhr Dictionary

Sakhr Dictionary is an English to Arabic dictionary and vice versa...

Was ist Sakhr Dictionary?

Sakhr Dictionary ist eine Chrome-Erweiterung, die von مؤسسة الشارخ entwickelt wurde, und ihr Hauptmerkmal ist "Sakhr Dictionary is an English to Arabic dictionary and vice versa...".

Erweiterungsscreenshots

screenshot
screenshot

Sakhr Dictionary-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sakhr Dictionary-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

                        Sakhr Dictionary is an English to Arabic dictionary and vice versa                    

Grundlegende Informationen zur Erweiterung

Name Sakhr Dictionary Sakhr Dictionary
ID bgipgkpaolpgcdgbmdjbdpmmehaijojb
Offizielle URL https://chrome.google.com/webstore/detail/sakhr-dictionary/bgipgkpaolpgcdgbmdjbdpmmehaijojb
Beschreibung Sakhr Dictionary is an English to Arabic dictionary and vice versa...
Dateigröße 1 MB
Installationsanzahl 75
Aktuelle Version 0.1.3
Letztes Update 2020-04-09
Veröffentlichungsdatum 2020-04-07
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler مؤسسة الشارخ
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://dictionary.alsharekh.org/
Hilfeseite URL https://alsharekh.org/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Sakhr Dictionary",
    "short_name": "Sakhr Dictionary",
    "icons": {
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_48.png",
        "16": "icons\/icon_20.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "Sakhr Dictionary is an English to Arabic dictionary and vice versa...",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "https:\/\/dictionary.alsharekh.org\/",
    "version": "0.1.3",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/icon_20.png",
        "default_title": "\u0642\u0627\u0645\u0648\u0633 \u0635\u062e\u0631"
    },
    "permissions": [
        "activeTab"
    ]
}