rtlAirtable
An extension to add RTL support for AirTable.com
What is rtlAirtable?
rtlAirtable is a Chrome extension developed by basilhaffar, and its main feature is "An extension to add RTL support for AirTable.com".
Extension Screenshots
Download rtlAirtable Extension CRX File
Download rtlAirtable extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | rtlAirtable |
ID | icahgdmgclkaefekamnnjhpgpphjlmib |
Official URL | https://chromewebstore.google.com/detail/rtlairtable/icahgdmgclkaefekamnnjhpgpphjlmib |
Description | An extension to add RTL support for AirTable.com |
File Size | 37.33 KB |
Installation Count | 82 |
Current Version | 2.0 |
Last Updated | 2022-05-17 |
Publish Date | 2022-05-05 |
Rating | 5.00/5 Total 2 Ratings |
Developer | basilhaffar |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |