Google Chat RTL (Hebrew)

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

Wat is Google Chat RTL (Hebrew)?

Google Chat RTL (Hebrew) is een Chrome-extensie ontwikkeld door Kostya Maryan, en de belangrijkste functie is "In Google Chat web app: modify direction to rtl, but only for messages containing Hebrew characters".

Download het CRX-bestand van de extensie Google Chat RTL (Hebrew)

Download Google Chat RTL (Hebrew)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This exention enables support for Hebrew RTL                    

Basisinformatie over de Extensie

Naam Google Chat RTL (Hebrew) Google Chat RTL (Hebrew)
ID mggfbghklofmejajmldjmblclnglpbno
Officiële URL https://chrome.google.com/webstore/detail/google-chat-rtl-hebrew/mggfbghklofmejajmldjmblclnglpbno
Beschrijving In Google Chat web app: modify direction to rtl, but only for messages containing Hebrew characters
Bestandsgrootte 5.5 KB
Aantal Installaties 26
Huidige Versie 1.3
Laatst Bijgewerkt 2018-08-20
Publicatiedatum 2018-08-20
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Kostya Maryan
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.bulwarx.com
Ondersteunde Talen
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
        }
    ]
}