Airtable RTL Cells

Make all Airtable Cells RTL

Wat is Airtable RTL Cells?

Airtable RTL Cells is een Chrome-extensie ontwikkeld door Eyal Gershon, en de belangrijkste functie is "Make all Airtable Cells RTL".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Airtable RTL Cells

Download Airtable RTL Cells-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Airtable RTL Cells Airtable RTL Cells
ID dcpgfimkdmkbgmfcpaffodedgoojklnl
Officiële URL https://chromewebstore.google.com/detail/airtable-rtl-cells/dcpgfimkdmkbgmfcpaffodedgoojklnl
Beschrijving Make all Airtable Cells RTL
Bestandsgrootte 23.08 KB
Aantal Installaties 68
Huidige Versie 1.1
Laatst Bijgewerkt 2023-12-06
Publicatiedatum 2023-12-06
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Eyal Gershon
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://callbox.co.il/privacy
Ondersteunde Talen 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"
            ]
        }
    ]
}