rtlAirtable

An extension to add RTL support for AirTable.com

rtlAirtable là gì?

rtlAirtable là một tiện ích mở rộng Chrome được phát triển bởi basilhaffar, và tính năng chính của nó là "An extension to add RTL support for AirTable.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng rtlAirtable

Tải xuống các tệp mở rộng rtlAirtable dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên rtlAirtable rtlAirtable
ID icahgdmgclkaefekamnnjhpgpphjlmib
URL Chính Thức https://chromewebstore.google.com/detail/rtlairtable/icahgdmgclkaefekamnnjhpgpphjlmib
Mô tả An extension to add RTL support for AirTable.com
Kích Thước Tệp 37.33 KB
Số Lần Cài Đặt 82
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2022-05-17
Ngày Phát Hành 2022-05-05
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển basilhaffar
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}