Rtl fix

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

Qu'est-ce que Rtl fix ?

Rtl fix est une extension Chrome développée par animhotep, et sa fonction principale est "Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Rtl fix

Téléchargez les fichiers d'extension Rtl fix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Rtl fix Rtl fix
ID cinligcmmjegcoibenndbjdehohfdbia
URL Officiel https://chromewebstore.google.com/detail/rtl-fix/cinligcmmjegcoibenndbjdehohfdbia
Description Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages
Taille du Fichier 45.08 KB
Nombre d'Installations 11
Version Actuelle 1.2
Dernière Mise à Jour 2023-03-11
Date de Publication 2023-03-08
Développeur animhotep
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}