Rtl fix
Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages
Rtl fixคืออะไร?
Rtl fix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย animhotep และคุณลักษณะหลักของมันคือ "Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rtl fix
ดาวน์โหลดไฟล์ส่วนขยาย Rtl fix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Rtl fix |
ID | cinligcmmjegcoibenndbjdehohfdbia |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rtl-fix/cinligcmmjegcoibenndbjdehohfdbia |
คำอธิบาย | Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages |
ขนาดไฟล์ | 45.08 KB |
จำนวนการติดตั้ง | 11 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2023-03-11 |
วันที่เผยแพร่ | 2023-03-08 |
ผู้พัฒนา | animhotep |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Rtl fix", "description": "Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages", "version": "1.2", "icons": { "128": "icon.png" }, "permissions": [ "scripting", "activeTab" ], "action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |