Arabic Diacritic

Diacritic for arabic text

Hvad er Arabic Diacritic?

Arabic Diacritic er en Chrome-udvidelse udviklet af RDI AI Technologies, og dens hovedfunktion er "Diacritic for arabic text".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Arabic Diacritic-udvidelses-CRX-fil

Download Arabic Diacritic-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        RDI's Arabic diacritic extension helps you add diacritic to any Arabic text while browsing the web using latest AI technologies.
Our Arabic diacritic technology can work on any highlighted text on most of the websites, also on any form.                    

Grundlæggende oplysninger om udvidelsen

Navn Arabic Diacritic Arabic Diacritic
ID enfdhkjncgjefhenimgmfacnceagccfd
Officiel URL https://chromewebstore.google.com/detail/arabic-diacritic/enfdhkjncgjefhenimgmfacnceagccfd
Beskrivelse Diacritic for arabic text
Filstørrelse 194 KB
Antal Installationer 448
Nuværende Version 1.0.0
Senest Opdateret 2022-08-29
Udgivelsesdato 2022-03-22
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler RDI AI Technologies
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "\/images\/diacritic-icon-16.png",
        "32": "\/images\/diacritic-icon-32.png",
        "48": "\/images\/diacritic-icon-48.png",
        "64": "\/images\/diacritic-icon-64.png",
        "128": "\/images\/diacritic-icon-128.png"
    },
    "default_locale": "ar",
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "bindNonGoogleDocs.js"
            ],
            "css": [
                "css\/fontawesome.min.css",
                "css\/panel.css",
                "css\/solid.min.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/diacritic-icon.png",
                "images\/copy-icon.png",
                "images\/diacritic-icon-128.png",
                "css\/fontawesome.min.css",
                "css\/solid.min.css",
                "css\/panel.css",
                "webfonts\/fa-solid-900.woff2"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}