Airtable RTL Cells

Make all Airtable Cells RTL

Co je Airtable RTL Cells?

Airtable RTL Cells je rozšíření Chrome vyvinuté Eyal Gershon, a jeho hlavní funkcí je „Make all Airtable Cells RTL“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Airtable RTL Cells

Stáhněte si soubory rozšíření Airtable RTL Cells ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Airtable RTL Cells Airtable RTL Cells
ID dcpgfimkdmkbgmfcpaffodedgoojklnl
Oficiální URL https://chromewebstore.google.com/detail/airtable-rtl-cells/dcpgfimkdmkbgmfcpaffodedgoojklnl
Popis Make all Airtable Cells RTL
Velikost souboru 23.08 KB
Počet instalací 68
Aktuální Verze 1.1
Poslední Aktualizace 2023-12-06
Datum Vydání 2023-12-06
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Eyal Gershon
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://callbox.co.il/privacy
Podporované Jazyky 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"
            ]
        }
    ]
}