Airtable RTL Cells

Make all Airtable Cells RTL

What is Airtable RTL Cells?

Airtable RTL Cells is a Chrome extension developed by Eyal Gershon, and its main feature is "Make all Airtable Cells RTL".

Extension Screenshots

screenshot

Download Airtable RTL Cells Extension CRX File

Download Airtable RTL Cells 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

                        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.                    

Extension Basic Information

Name Airtable RTL Cells Airtable RTL Cells
ID dcpgfimkdmkbgmfcpaffodedgoojklnl
Official URL https://chromewebstore.google.com/detail/airtable-rtl-cells/dcpgfimkdmkbgmfcpaffodedgoojklnl
Description Make all Airtable Cells RTL
File Size 23.08 KB
Installation Count 68
Current Version 1.1
Last Updated 2023-12-06
Publish Date 2023-12-06
Rating 5.00/5 Total 2 Ratings
Developer Eyal Gershon
Email [email protected]
Payment Type free
Privacy Policy Page URL https://callbox.co.il/privacy
Supported Languages 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"
            ]
        }
    ]
}