rtlAirtable

An extension to add RTL support for AirTable.com

rtlAirtable क्या है?

rtlAirtable basilhaffar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to add RTL support for AirTable.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में rtlAirtable एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम rtlAirtable rtlAirtable
ID icahgdmgclkaefekamnnjhpgpphjlmib
आधिकारिक URL https://chromewebstore.google.com/detail/rtlairtable/icahgdmgclkaefekamnnjhpgpphjlmib
विवरण An extension to add RTL support for AirTable.com
फ़ाइल का आकार 37.33 KB
स्थापना संख्या 82
वर्तमान संस्करण 2.0
अंतिम अपडेट 2022-05-17
प्रकाशन तिथि 2022-05-05
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर basilhaffar
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}