Airtable RTL Cells
Make all Airtable Cells RTL
Co to jest Airtable RTL Cells?
Airtable RTL Cells to rozszerzenie Chrome opracowane przez Eyal Gershon, a jego główną funkcją jest „Make all Airtable Cells RTL”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Airtable RTL Cells
Pobierz pliki rozszerzeń Airtable RTL Cells w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dcpgfimkdmkbgmfcpaffodedgoojklnl |
| Oficjalny URL | https://chromewebstore.google.com/detail/airtable-rtl-cells/dcpgfimkdmkbgmfcpaffodedgoojklnl |
| Opis | Make all Airtable Cells RTL |
| Rozmiar pliku | 23.08 KB |
| Liczba instalacji | 68 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2023-12-06 |
| Data Publikacji | 2023-12-06 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | Eyal Gershon |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://callbox.co.il/privacy |
| Obsługiwane Języki | 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"
]
}
]
} | |