rtlAirtable

An extension to add RTL support for AirTable.com

什么是rtlAirtable?

rtlAirtable是由basilhaffar开发的Chrome扩展程序,该扩展的主要功能是“An extension to add RTL support for AirTable.com”。

扩展截图

screenshot

下载rtlAirtable扩展crx文件

下载rtlAirtable扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}