Airtable RTL Cells

Make all Airtable Cells RTL

Airtable RTL Cellsとは何ですか?

Airtable RTL CellsはEyal Gershonによって開発されたChromeの拡張機能で、その主な機能は「Make all Airtable Cells RTL」です。

拡張機能のスクリーンショット

screenshot

Airtable RTL Cells拡張機能のCRXファイルをダウンロード

Airtable RTL Cells拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Airtable RTL Cells Airtable RTL Cells
ID dcpgfimkdmkbgmfcpaffodedgoojklnl
公式URL https://chromewebstore.google.com/detail/airtable-rtl-cells/dcpgfimkdmkbgmfcpaffodedgoojklnl
説明 Make all Airtable Cells RTL
ファイルサイズ 23.08 KB
インストール数 68
現在のバージョン 1.1
最終更新日 2023-12-06
公開日 2023-12-06
評価 5.00/5 合計 2 レビュー
開発者 Eyal Gershon
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://callbox.co.il/privacy
対応言語 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"
            ]
        }
    ]
}