Google Chat RTL (Hebrew)

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

Cos'è Google Chat RTL (Hebrew)?

Google Chat RTL (Hebrew) è un'estensione di Chrome sviluppata da Kostya Maryan, e la sua funzione principale è "In Google Chat web app: modify direction to rtl, but only for messages containing Hebrew characters".

Scarica il file CRX dell'estensione Google Chat RTL (Hebrew)

Scarica i file di estensione Google Chat RTL (Hebrew) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This exention enables support for Hebrew RTL                    

Informazioni di Base sull'Estensione

Nome Google Chat RTL (Hebrew) Google Chat RTL (Hebrew)
ID mggfbghklofmejajmldjmblclnglpbno
URL Ufficiale https://chrome.google.com/webstore/detail/google-chat-rtl-hebrew/mggfbghklofmejajmldjmblclnglpbno
Descrizione In Google Chat web app: modify direction to rtl, but only for messages containing Hebrew characters
Dimensione del File 5.5 KB
Conteggio Installazioni 26
Versione Corrente 1.3
Ultimo Aggiornamento 2018-08-20
Data di Pubblicazione 2018-08-20
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore Kostya Maryan
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.bulwarx.com
Lingue Supportate
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
        }
    ]
}