Google Chat RTL (Hebrew)

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

Was ist Google Chat RTL (Hebrew)?

Google Chat RTL (Hebrew) ist eine Chrome-Erweiterung, die von Kostya Maryan entwickelt wurde, und ihr Hauptmerkmal ist "In Google Chat web app: modify direction to rtl, but only for messages containing Hebrew characters".

Google Chat RTL (Hebrew)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Chat RTL (Hebrew)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This exention enables support for Hebrew RTL                    

Grundlegende Informationen zur Erweiterung

Name Google Chat RTL (Hebrew) Google Chat RTL (Hebrew)
ID mggfbghklofmejajmldjmblclnglpbno
Offizielle URL https://chrome.google.com/webstore/detail/google-chat-rtl-hebrew/mggfbghklofmejajmldjmblclnglpbno
Beschreibung In Google Chat web app: modify direction to rtl, but only for messages containing Hebrew characters
Dateigröße 5.5 KB
Installationsanzahl 26
Aktuelle Version 1.3
Letztes Update 2018-08-20
Veröffentlichungsdatum 2018-08-20
Bewertung 4.33/5 Insgesamt 3 Bewertungen
Entwickler Kostya Maryan
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.bulwarx.com
Unterstützte Sprachen
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
        }
    ]
}