Airtable RTL Cells
Make all Airtable Cells RTL
什么是Airtable RTL Cells?
Airtable RTL Cells是由Eyal Gershon开发的Chrome扩展程序,该扩展的主要功能是“Make all Airtable Cells RTL”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" ] } ] } |