Arabic Diacritic

Diacritic for arabic text

Arabic Diacriticคืออะไร?

Arabic Diacritic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RDI AI Technologies และคุณลักษณะหลักของมันคือ "Diacritic for arabic text"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Arabic Diacritic

ดาวน์โหลดไฟล์ส่วนขยาย Arabic Diacritic ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Arabic Diacritic Arabic Diacritic
ID enfdhkjncgjefhenimgmfacnceagccfd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/arabic-diacritic/enfdhkjncgjefhenimgmfacnceagccfd
คำอธิบาย Diacritic for arabic text
ขนาดไฟล์ 194 KB
จำนวนการติดตั้ง 448
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-08-29
วันที่เผยแพร่ 2022-03-22
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา RDI AI Technologies
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}