Google Chat RTL (Hebrew)

In Google Chat web app: modify direction to rtl, but only for messages containing Hebrew characters

Qu'est-ce que Google Chat RTL (Hebrew) ?

Google Chat RTL (Hebrew) est une extension Chrome développée par Kostya Maryan, et sa fonction principale est "In Google Chat web app: modify direction to rtl, but only for messages containing Hebrew characters".

Télécharger le fichier CRX de l'extension Google Chat RTL (Hebrew)

Téléchargez les fichiers d'extension Google Chat RTL (Hebrew) 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

                        This exention enables support for Hebrew RTL                    

Informations de Base sur l'Extension

Nom Google Chat RTL (Hebrew) Google Chat RTL (Hebrew)
ID mggfbghklofmejajmldjmblclnglpbno
URL Officiel https://chrome.google.com/webstore/detail/google-chat-rtl-hebrew/mggfbghklofmejajmldjmblclnglpbno
Description In Google Chat web app: modify direction to rtl, but only for messages containing Hebrew characters
Taille du Fichier 5.5 KB
Nombre d'Installations 26
Version Actuelle 1.3
Dernière Mise à Jour 2018-08-20
Date de Publication 2018-08-20
Évaluation 4.33/5 Total 3 Évaluations
Développeur Kostya Maryan
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.bulwarx.com
Langues Prises en Charge
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Chat RTL (Hebrew)",
    "version": "1.3",
    "description": "In Google Chat web app: modify direction to rtl, but only for messages containing Hebrew characters",
    "icons": {
        "128": "icon.png"
    },
    "author": "Kostya Maryan ",
    "page_action": {
        "default_title": "Google Chat RTL"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*"
            ],
            "js": [
                "Google-Chat-RTL.js"
            ],
            "all_frames": true
        }
    ]
}