rtlAirtable

An extension to add RTL support for AirTable.com

Co je rtlAirtable?

rtlAirtable je rozšíření Chrome vyvinuté basilhaffar, a jeho hlavní funkcí je „An extension to add RTL support for AirTable.com“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření rtlAirtable

Stáhněte si soubory rozšíření rtlAirtable 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í

                        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.                    

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

Název rtlAirtable rtlAirtable
ID icahgdmgclkaefekamnnjhpgpphjlmib
Oficiální URL https://chromewebstore.google.com/detail/rtlairtable/icahgdmgclkaefekamnnjhpgpphjlmib
Popis An extension to add RTL support for AirTable.com
Velikost souboru 37.33 KB
Počet instalací 82
Aktuální Verze 2.0
Poslední Aktualizace 2022-05-17
Datum Vydání 2022-05-05
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář basilhaffar
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}