rtlAirtable

An extension to add RTL support for AirTable.com

rtlAirtableคืออะไร?

rtlAirtable เป็นส่วนขยายของ Chrome ที่พัฒนาโดย basilhaffar และคุณลักษณะหลักของมันคือ "An extension to add RTL support for AirTable.com"

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

screenshot

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

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

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

                        This is still the initial version, it's a very simple, just adding a "direction: rtl" to specific classes in CSS ) , No need to collect any data
If you use (airtable) and write in Arabic or other RTL languages, this extension will make you able to read and write texts in the right direction.                    

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

ชื่อ rtlAirtable rtlAirtable
ID icahgdmgclkaefekamnnjhpgpphjlmib
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rtlairtable/icahgdmgclkaefekamnnjhpgpphjlmib
คำอธิบาย An extension to add RTL support for AirTable.com
ขนาดไฟล์ 37.33 KB
จำนวนการติดตั้ง 82
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2022-05-17
วันที่เผยแพร่ 2022-05-05
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา basilhaffar
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "rtlAirtable",
    "version": "2.0",
    "description": "An extension to add RTL support for AirTable.com",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.airtable.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.airtable.com\/*"
    ],
    "icons": {
        "16": "\/images\/rtlairtable16.png",
        "32": "\/images\/rtlairtable32.png",
        "48": "\/images\/rtlairtable48.png",
        "128": "\/images\/rtlairtable128.png"
    }
}