rtlAirtable
An extension to add RTL support for AirTable.com
O que é rtlAirtable?
rtlAirtable é uma extensão do Chrome desenvolvida por basilhaffar, e sua principal característica é "An extension to add RTL support for AirTable.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão rtlAirtable
Baixe arquivos de extensão rtlAirtable 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
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.
Informações Básicas da Extensão
Nome | rtlAirtable |
ID | icahgdmgclkaefekamnnjhpgpphjlmib |
URL Oficial | https://chromewebstore.google.com/detail/rtlairtable/icahgdmgclkaefekamnnjhpgpphjlmib |
Descrição | An extension to add RTL support for AirTable.com |
Tamanho do Arquivo | 37.33 KB |
Contagem de Instalações | 82 |
Versão Atual | 2.0 |
Última Atualização | 2022-05-17 |
Data de Publicação | 2022-05-05 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | basilhaffar |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |