Airtable RTL Cells
Make all Airtable Cells RTL
Airtable RTL Cells là gì?
Airtable RTL Cells là một tiện ích mở rộng Chrome được phát triển bởi Eyal Gershon, và tính năng chính của nó là "Make all Airtable Cells RTL".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Airtable RTL Cells
Tải xuống các tệp mở rộng Airtable RTL Cells 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Airtable RTL Cells |
ID | dcpgfimkdmkbgmfcpaffodedgoojklnl |
URL Chính Thức | https://chromewebstore.google.com/detail/airtable-rtl-cells/dcpgfimkdmkbgmfcpaffodedgoojklnl |
Mô tả | Make all Airtable Cells RTL |
Kích Thước Tệp | 23.08 KB |
Số Lần Cài Đặt | 68 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2023-12-06 |
Ngày Phát Hành | 2023-12-06 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Eyal Gershon |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://callbox.co.il/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |