Rtl fix

Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages

Wat is Rtl fix?

Rtl fix is een Chrome-extensie ontwikkeld door animhotep, en de belangrijkste functie is "Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Rtl fix

Download Rtl fix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages                    

Basisinformatie over de Extensie

Naam Rtl fix Rtl fix
ID cinligcmmjegcoibenndbjdehohfdbia
Officiële URL https://chromewebstore.google.com/detail/rtl-fix/cinligcmmjegcoibenndbjdehohfdbia
Beschrijving Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages
Bestandsgrootte 45.08 KB
Aantal Installaties 11
Huidige Versie 1.2
Laatst Bijgewerkt 2023-03-11
Publicatiedatum 2023-03-08
Ontwikkelaar animhotep
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}