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 |
官方網址 | 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" } } |