Yamli
Write Arabic anywhere on the web using Yamli's Smart Arabic Keyboard.
Yamliคืออะไร?
Yamli เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.yamli.com และคุณลักษณะหลักของมันคือ "Write Arabic anywhere on the web using Yamli's Smart Arabic Keyboard."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yamli
ดาวน์โหลดไฟล์ส่วนขยาย Yamli ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Type Arabic using Yamli's Smart Arabic Keyboard anywhere on the web For example, type "mosalsal", and it will automatically be converted to "مسلسل".
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Yamli |
ID | jhninijcbcniklnjbohdmoglogfjbglh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/yamli/jhninijcbcniklnjbohdmoglogfjbglh |
คำอธิบาย | Write Arabic anywhere on the web using Yamli's Smart Arabic Keyboard. |
ขนาดไฟล์ | 14.39 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 1.0.8 |
อัปเดตครั้งล่าสุด | 2019-05-28 |
วันที่เผยแพร่ | 2019-05-21 |
คะแนน | 4.06/5 รวมทั้งหมด 426 คะแนน |
ผู้พัฒนา | https://www.yamli.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.yamli.com/arabic-keyboard/ |
ภาษาที่รองรับ | en,fr,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "manifest_version": 2, "version": "1.0.8", "default_locale": "en", "description": "__MSG_description__", "icons": { "48": "images\/logo_y_48.png", "128": "images\/logo_y_128.png" }, "browser_action": { "default_icon": "images\/toolbar_yamli_off.png" }, "background": { "scripts": [ "background.js" ] }, "offline_enabled": false, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |