Sakhr Dictionary

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

Wat is Sakhr Dictionary?

Sakhr Dictionary is een Chrome-extensie ontwikkeld door مؤسسة الشارخ, en de belangrijkste functie is "Sakhr Dictionary is an English to Arabic dictionary and vice versa...".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Sakhr Dictionary

Download Sakhr Dictionary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Sakhr Dictionary is an English to Arabic dictionary and vice versa                    

Basisinformatie over de Extensie

Naam Sakhr Dictionary Sakhr Dictionary
ID bgipgkpaolpgcdgbmdjbdpmmehaijojb
Officiële URL https://chrome.google.com/webstore/detail/sakhr-dictionary/bgipgkpaolpgcdgbmdjbdpmmehaijojb
Beschrijving Sakhr Dictionary is an English to Arabic dictionary and vice versa...
Bestandsgrootte 1 MB
Aantal Installaties 75
Huidige Versie 0.1.3
Laatst Bijgewerkt 2020-04-09
Publicatiedatum 2020-04-07
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar مؤسسة الشارخ
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://dictionary.alsharekh.org/
Help Pagina-URL https://alsharekh.org/
Ondersteunde Talen 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"
    ]
}