Airtable RTL Cells
Make all Airtable Cells RTL
Qu'est-ce que Airtable RTL Cells ?
Airtable RTL Cells est une extension Chrome développée par Eyal Gershon, et sa fonction principale est "Make all Airtable Cells RTL".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Airtable RTL Cells
Téléchargez les fichiers d'extension Airtable RTL Cells au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Airtable RTL Cells |
ID | dcpgfimkdmkbgmfcpaffodedgoojklnl |
URL Officiel | https://chromewebstore.google.com/detail/airtable-rtl-cells/dcpgfimkdmkbgmfcpaffodedgoojklnl |
Description | Make all Airtable Cells RTL |
Taille du Fichier | 23.08 KB |
Nombre d'Installations | 68 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2023-12-06 |
Date de Publication | 2023-12-06 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Eyal Gershon |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://callbox.co.il/privacy |
Langues Prises en Charge | 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" ] } ] } |