Airtable RTL Cells
Make all Airtable Cells RTL
Cos'è Airtable RTL Cells?
Airtable RTL Cells è un'estensione di Chrome sviluppata da Eyal Gershon, e la sua funzione principale è "Make all Airtable Cells RTL".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Airtable RTL Cells
Scarica i file di estensione Airtable RTL Cells in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | dcpgfimkdmkbgmfcpaffodedgoojklnl |
| URL Ufficiale | https://chromewebstore.google.com/detail/airtable-rtl-cells/dcpgfimkdmkbgmfcpaffodedgoojklnl |
| Descrizione | Make all Airtable Cells RTL |
| Dimensione del File | 23.08 KB |
| Conteggio Installazioni | 68 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2023-12-06 |
| Data di Pubblicazione | 2023-12-06 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Eyal Gershon |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://callbox.co.il/privacy |
| Lingue Supportate | 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"
]
}
]
} | |