Rtl fix

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

Co je Rtl fix?

Rtl fix je rozšíření Chrome vyvinuté animhotep, a jeho hlavní funkcí je „Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Rtl fix

Stáhněte si soubory rozšíření Rtl fix ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Rtl fix Rtl fix
ID cinligcmmjegcoibenndbjdehohfdbia
Oficiální URL https://chromewebstore.google.com/detail/rtl-fix/cinligcmmjegcoibenndbjdehohfdbia
Popis Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages
Velikost souboru 45.08 KB
Počet instalací 11
Aktuální Verze 1.2
Poslední Aktualizace 2023-03-11
Datum Vydání 2023-03-08
Vývojář animhotep
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}