Airtable RTL Cells
Make all Airtable Cells RTL
Was ist Airtable RTL Cells?
Airtable RTL Cells ist eine Chrome-Erweiterung, die von Eyal Gershon entwickelt wurde, und ihr Hauptmerkmal ist "Make all Airtable Cells RTL".
Erweiterungsscreenshots
Airtable RTL Cells-Erweiterungs-CRX-Datei herunterladen
Laden Sie Airtable RTL Cells-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dcpgfimkdmkbgmfcpaffodedgoojklnl |
| Offizielle URL | https://chromewebstore.google.com/detail/airtable-rtl-cells/dcpgfimkdmkbgmfcpaffodedgoojklnl |
| Beschreibung | Make all Airtable Cells RTL |
| Dateigröße | 23.08 KB |
| Installationsanzahl | 68 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2023-12-06 |
| Veröffentlichungsdatum | 2023-12-06 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Eyal Gershon |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://callbox.co.il/privacy |
| Unterstützte Sprachen | 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"
]
}
]
} | |