Airtable RTL Cells
Make all Airtable Cells RTL
Apa itu Airtable RTL Cells?
Airtable RTL Cells adalah ekstensi Chrome yang dikembangkan oleh Eyal Gershon, dan fitur utamanya adalah "Make all Airtable Cells RTL".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Airtable RTL Cells
Unduh file ekstensi Airtable RTL Cells dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Airtable RTL Cells |
ID | dcpgfimkdmkbgmfcpaffodedgoojklnl |
URL Resmi | https://chromewebstore.google.com/detail/airtable-rtl-cells/dcpgfimkdmkbgmfcpaffodedgoojklnl |
Deskripsi | Make all Airtable Cells RTL |
Ukuran File | 23.08 KB |
Jumlah Instalasi | 68 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2023-12-06 |
Tanggal Publikasi | 2023-12-06 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Eyal Gershon |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://callbox.co.il/privacy |
Bahasa yang Didukung | 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" ] } ] } |