Airtable RTL Cells

Make all Airtable Cells RTL

Vad är Airtable RTL Cells?

Airtable RTL Cells är en Chrome-tillägg utvecklad av Eyal Gershon, och dess huvudfunktion är "Make all Airtable Cells RTL".

Tilläggsskärmbilder

screenshot

Ladda ner Airtable RTL Cells-förlängningens CRX-fil

Ladda ner Airtable RTL Cells-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Airtable RTL Cells Airtable RTL Cells
ID dcpgfimkdmkbgmfcpaffodedgoojklnl
Officiell webbadress https://chromewebstore.google.com/detail/airtable-rtl-cells/dcpgfimkdmkbgmfcpaffodedgoojklnl
Beskrivning Make all Airtable Cells RTL
Filstorlek 23.08 KB
Antal Installationer 68
Aktuell Version 1.1
Senast Uppdaterad 2023-12-06
Publiceringsdatum 2023-12-06
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Eyal Gershon
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://callbox.co.il/privacy
Stödda Språk 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"
            ]
        }
    ]
}