Arabic Dictionary

Arabic Dictionary Extension

Qu'est-ce que Arabic Dictionary ?

Arabic Dictionary est une extension Chrome développée par PolyMaster, et sa fonction principale est "Arabic Dictionary Extension".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Arabic 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

                        Arabic Dictionary is a brand new take on what a dictionary should be. Say goodbye to endlessly flipping through volumes upon volumes of paperback dictionaries and lexicons. Just hover over an arabic word, Arabic Dictionary brings you the definition in English, on-the-fly, complete with harakat in a simple, easy to read popup. Works seamlessly on almost all websites, no configuration required! Download now and supercharge your learning today!                    

Informations de Base sur l'Extension

Nom Arabic Dictionary Arabic Dictionary
ID loipjegagmfjcbofhmigjemdfcahcggm
URL Officiel https://chromewebstore.google.com/detail/arabic-dictionary/loipjegagmfjcbofhmigjemdfcahcggm
Description Arabic Dictionary Extension
Taille du Fichier 20.51 MB
Nombre d'Installations 4,000
Version Actuelle 2.0
Dernière Mise à Jour 2023-05-29
Date de Publication 2016-06-02
Évaluation 4.38/5 Total 40 Évaluations
Développeur PolyMaster
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Arabic Dictionary",
    "version": "2.0",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "contentscript.js"
            ],
            "css": [
                "tooltip.css",
                "selection.css"
            ]
        }
    ],
    "description": "Arabic Dictionary Extension",
    "icons": {
        "16": "img\/translation_16.png",
        "48": "img\/translation_48.png",
        "128": "img\/translation_128.png"
    },
    "browser_action": {
        "name": "Click to change the icon's color"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "translator.js",
                "tooltip.js",
                "data\/*",
                "selection.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": []
}