rtlAirtable

An extension to add RTL support for AirTable.com

Qu'est-ce que rtlAirtable ?

rtlAirtable est une extension Chrome développée par basilhaffar, et sa fonction principale est "An extension to add RTL support for AirTable.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension rtlAirtable

Téléchargez les fichiers d'extension rtlAirtable 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

                        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.                    

Informations de Base sur l'Extension

Nom rtlAirtable rtlAirtable
ID icahgdmgclkaefekamnnjhpgpphjlmib
URL Officiel https://chromewebstore.google.com/detail/rtlairtable/icahgdmgclkaefekamnnjhpgpphjlmib
Description An extension to add RTL support for AirTable.com
Taille du Fichier 37.33 KB
Nombre d'Installations 82
Version Actuelle 2.0
Dernière Mise à Jour 2022-05-17
Date de Publication 2022-05-05
Évaluation 5.00/5 Total 2 Évaluations
Développeur basilhaffar
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}