Airtable RTL Cells
Make all Airtable Cells RTL
Airtable RTL Cellsคืออะไร?
Airtable RTL Cells เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eyal Gershon และคุณลักษณะหลักของมันคือ "Make all Airtable Cells RTL"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Airtable RTL Cells
ดาวน์โหลดไฟล์ส่วนขยาย Airtable RTL Cells ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Airtable RTL Cells is a specialized Chrome extension designed to significantly improve the usability of Airtable for users of Right-to-Left (RTL) languages such as Hebrew, Arabic, Persian, and Urdu.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Airtable RTL Cells |
ID | dcpgfimkdmkbgmfcpaffodedgoojklnl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/airtable-rtl-cells/dcpgfimkdmkbgmfcpaffodedgoojklnl |
คำอธิบาย | Make all Airtable Cells RTL |
ขนาดไฟล์ | 23.08 KB |
จำนวนการติดตั้ง | 68 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2023-12-06 |
วันที่เผยแพร่ | 2023-12-06 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Eyal Gershon |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://callbox.co.il/privacy |
ภาษาที่รองรับ | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Airtable RTL Cells", "version": "1.1", "description": "Make all Airtable Cells RTL", "host_permissions": [ "*:\/\/*.airtable.com\/*" ], "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.airtable.com\/*" ], "js": [ "content.js" ] } ] } |