rtlAirtable
An extension to add RTL support for AirTable.com
rtlAirtableとは何ですか?
rtlAirtableはbasilhaffarによって開発されたChromeの拡張機能で、その主な機能は「An extension to add RTL support for AirTable.com」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |