Arabic Dictionary

Arabic Dictionary Extension

Wat is Arabic Dictionary?

Arabic Dictionary is een Chrome-extensie ontwikkeld door PolyMaster, en de belangrijkste functie is "Arabic Dictionary Extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Arabic Dictionary

Download Arabic 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

                        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!                    

Basisinformatie over de Extensie

Naam Arabic Dictionary Arabic Dictionary
ID loipjegagmfjcbofhmigjemdfcahcggm
Officiële URL https://chromewebstore.google.com/detail/arabic-dictionary/loipjegagmfjcbofhmigjemdfcahcggm
Beschrijving Arabic Dictionary Extension
Bestandsgrootte 20.51 MB
Aantal Installaties 4,000
Huidige Versie 2.0
Laatst Bijgewerkt 2023-05-29
Publicatiedatum 2016-06-02
Beoordeling 4.38/5 Totaal 40 Beoordelingen
Ontwikkelaar PolyMaster
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": []
}