rtlAirtable
An extension to add RTL support for AirTable.com
Wat is rtlAirtable?
rtlAirtable is een Chrome-extensie ontwikkeld door basilhaffar, en de belangrijkste functie is "An extension to add RTL support for AirTable.com".
Extensie Screenshots
Download het CRX-bestand van de extensie rtlAirtable
Download rtlAirtable-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
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.
Basisinformatie over de Extensie
Naam | rtlAirtable |
ID | icahgdmgclkaefekamnnjhpgpphjlmib |
Officiële URL | https://chromewebstore.google.com/detail/rtlairtable/icahgdmgclkaefekamnnjhpgpphjlmib |
Beschrijving | An extension to add RTL support for AirTable.com |
Bestandsgrootte | 37.33 KB |
Aantal Installaties | 82 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2022-05-17 |
Publicatiedatum | 2022-05-05 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | basilhaffar |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |