Google Chat RTL (Hebrew)

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

Vad är Google Chat RTL (Hebrew)?

Google Chat RTL (Hebrew) är en Chrome-tillägg utvecklad av Kostya Maryan, och dess huvudfunktion är "In Google Chat web app: modify direction to rtl, but only for messages containing Hebrew characters".

Ladda ner Google Chat RTL (Hebrew)-förlängningens CRX-fil

Ladda ner Google Chat RTL (Hebrew)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This exention enables support for Hebrew RTL                    

Grundläggande Information om Tillägg

Namn Google Chat RTL (Hebrew) Google Chat RTL (Hebrew)
ID mggfbghklofmejajmldjmblclnglpbno
Officiell webbadress https://chrome.google.com/webstore/detail/google-chat-rtl-hebrew/mggfbghklofmejajmldjmblclnglpbno
Beskrivning In Google Chat web app: modify direction to rtl, but only for messages containing Hebrew characters
Filstorlek 5.5 KB
Antal Installationer 26
Aktuell Version 1.3
Senast Uppdaterad 2018-08-20
Publiceringsdatum 2018-08-20
Betyg 4.33/5 Totalt 3 Betyg
Utvecklare Kostya Maryan
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.bulwarx.com
Stödda Språk
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
        }
    ]
}