arabKet tools

a set of tools for arabic language

arabKet toolsคืออะไร?

arabKet tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://arabkey.site และคุณลักษณะหลักของมันคือ "a set of tools for arabic language"

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

screenshot
screenshot

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

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

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

                        Useful tools for the Arabic language, Convert keyboard language programmatically.
This extension helps convert any Arabic text written with an English keyboard back to Arabic letters.
It's also converting in reverse, from Arabic letters to English
for example; it converts the text "فاهس لاخخن" to "this book," useful for long paragraphs and in chats.
Also, provide the to convert numbers to written words like "123" to "مئة و ثلاثة و عشرون".
This uses API calls from the associate site: https://arabkey.site.
We try to provide tools that enable the Arabic-speaking users with their writings and read proving any Arabic text.                    

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

ชื่อ arabKet tools arabKet tools
ID mibijocbodnipoiojblokmeocpdghpnl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/arabket-tools/mibijocbodnipoiojblokmeocpdghpnl
คำอธิบาย a set of tools for arabic language
ขนาดไฟล์ 33.83 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 1.0 beta
อัปเดตครั้งล่าสุด 2023-09-12
วันที่เผยแพร่ 2021-05-18
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://arabkey.site
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://arabkey.site
ภาษาที่รองรับ ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "arabKet tools",
    "description": "a set of tools for arabic language",
    "version": "1.0",
    "version_name": "1.0 beta",
    "author": "Ashraf Monshi",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "convert numbers to arabic letters"
    },
    "permissions": [
        "*:\/\/*.arakey.test\/\/*"
    ]
}