rtlAirtable
An extension to add RTL support for AirTable.com
Was ist rtlAirtable?
rtlAirtable ist eine Chrome-Erweiterung, die von basilhaffar entwickelt wurde, und ihr Hauptmerkmal ist "An extension to add RTL support for AirTable.com".
Erweiterungsscreenshots
rtlAirtable-Erweiterungs-CRX-Datei herunterladen
Laden Sie rtlAirtable-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | rtlAirtable |
ID | icahgdmgclkaefekamnnjhpgpphjlmib |
Offizielle URL | https://chromewebstore.google.com/detail/rtlairtable/icahgdmgclkaefekamnnjhpgpphjlmib |
Beschreibung | An extension to add RTL support for AirTable.com |
Dateigröße | 37.33 KB |
Installationsanzahl | 82 |
Aktuelle Version | 2.0 |
Letztes Update | 2022-05-17 |
Veröffentlichungsdatum | 2022-05-05 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | basilhaffar |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |