Rtl fix
Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages
Cos'è Rtl fix?
Rtl fix è un'estensione di Chrome sviluppata da animhotep, e la sua funzione principale è "Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rtl fix
Scarica i file di estensione Rtl fix 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
Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages
Informazioni di Base sull'Estensione
Nome | Rtl fix |
ID | cinligcmmjegcoibenndbjdehohfdbia |
URL Ufficiale | https://chromewebstore.google.com/detail/rtl-fix/cinligcmmjegcoibenndbjdehohfdbia |
Descrizione | Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages |
Dimensione del File | 45.08 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2023-03-11 |
Data di Pubblicazione | 2023-03-08 |
Sviluppatore | animhotep |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Rtl fix", "description": "Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages", "version": "1.2", "icons": { "128": "icon.png" }, "permissions": [ "scripting", "activeTab" ], "action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |