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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" ] } ] } |