Airtable RTL Cells

Make all Airtable Cells RTL

O que é Airtable RTL Cells?

Airtable RTL Cells é uma extensão do Chrome desenvolvida por Eyal Gershon, e sua principal característica é "Make all Airtable Cells RTL".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Airtable RTL Cells

Baixe arquivos de extensão Airtable RTL Cells no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Airtable RTL Cells Airtable RTL Cells
ID dcpgfimkdmkbgmfcpaffodedgoojklnl
URL Oficial https://chromewebstore.google.com/detail/airtable-rtl-cells/dcpgfimkdmkbgmfcpaffodedgoojklnl
Descrição Make all Airtable Cells RTL
Tamanho do Arquivo 23.08 KB
Contagem de Instalações 68
Versão Atual 1.1
Última Atualização 2023-12-06
Data de Publicação 2023-12-06
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Eyal Gershon
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://callbox.co.il/privacy
Idiomas Suportados 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"
            ]
        }
    ]
}