Airtable RTL Cells
Make all Airtable Cells RTL
Airtable RTL Cells क्या है?
Airtable RTL Cells Eyal Gershon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make all Airtable Cells RTL"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Airtable RTL Cells एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |