Rtl fix

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

Vad är Rtl fix?

Rtl fix är en Chrome-tillägg utvecklad av animhotep, och dess huvudfunktion är "Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages".

Tilläggsskärmbilder

screenshot

Ladda ner Rtl fix-förlängningens CRX-fil

Ladda ner Rtl fix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Rtl fix Rtl fix
ID cinligcmmjegcoibenndbjdehohfdbia
Officiell webbadress https://chromewebstore.google.com/detail/rtl-fix/cinligcmmjegcoibenndbjdehohfdbia
Beskrivning Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages
Filstorlek 45.08 KB
Antal Installationer 11
Aktuell Version 1.2
Senast Uppdaterad 2023-03-11
Publiceringsdatum 2023-03-08
Utvecklare animhotep
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}