Sakhr Dictionary

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

Qu'est-ce que Sakhr Dictionary ?

Sakhr Dictionary est une extension Chrome développée par مؤسسة الشارخ, et sa fonction principale est "Sakhr Dictionary is an English to Arabic dictionary and vice versa...".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Sakhr Dictionary

Téléchargez les fichiers d'extension Sakhr Dictionary au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Sakhr Dictionary is an English to Arabic dictionary and vice versa                    

Informations de Base sur l'Extension

Nom Sakhr Dictionary Sakhr Dictionary
ID bgipgkpaolpgcdgbmdjbdpmmehaijojb
URL Officiel https://chrome.google.com/webstore/detail/sakhr-dictionary/bgipgkpaolpgcdgbmdjbdpmmehaijojb
Description Sakhr Dictionary is an English to Arabic dictionary and vice versa...
Taille du Fichier 1 MB
Nombre d'Installations 75
Version Actuelle 0.1.3
Dernière Mise à Jour 2020-04-09
Date de Publication 2020-04-07
Évaluation 1.00/5 Total 1 Évaluations
Développeur مؤسسة الشارخ
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://dictionary.alsharekh.org/
URL de la Page d'Aide https://alsharekh.org/
Langues Prises en Charge 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"
    ]
}