Arabic Diacritic

Diacritic for arabic text

What is Arabic Diacritic?

Arabic Diacritic is a Chrome extension developed by RDI AI Technologies, and its main feature is "Diacritic for arabic text".

Extension Screenshots

screenshot
screenshot
screenshot

Download Arabic Diacritic Extension CRX File

Download Arabic Diacritic extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Arabic Diacritic Arabic Diacritic
ID enfdhkjncgjefhenimgmfacnceagccfd
Official URL https://chromewebstore.google.com/detail/arabic-diacritic/enfdhkjncgjefhenimgmfacnceagccfd
Description Diacritic for arabic text
File Size 194 KB
Installation Count 448
Current Version 1.0.0
Last Updated 2022-08-29
Publish Date 2022-03-22
Rating 3.00/5 Total 2 Ratings
Developer RDI AI Technologies
Email [email protected]
Payment Type free
Supported Languages 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}