Rtl fix
Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages
¿Qué es Rtl fix?
Rtl fix es una extensión de Chrome desarrollada por animhotep, y su función principal es "Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Rtl fix
Descarga archivos de extensión Rtl fix en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages
Información Básica de la Extensión
Nombre | Rtl fix |
ID | cinligcmmjegcoibenndbjdehohfdbia |
URL Oficial | https://chromewebstore.google.com/detail/rtl-fix/cinligcmmjegcoibenndbjdehohfdbia |
Descripción | Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages |
Tamaño del Archivo | 45.08 KB |
Cantidad de Instalaciones | 11 |
Versión Actual | 1.2 |
Última Actualización | 2023-03-11 |
Fecha de Publicación | 2023-03-08 |
Desarrollador | animhotep |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |