Google Chat RTL (Hebrew)

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

What is Google Chat RTL (Hebrew)?

Google Chat RTL (Hebrew) is a Chrome extension developed by Kostya Maryan, and its main feature is "In Google Chat web app: modify direction to rtl, but only for messages containing Hebrew characters".

Download Google Chat RTL (Hebrew) Extension CRX File

Download Google Chat RTL (Hebrew) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This exention enables support for Hebrew RTL                    

Extension Basic Information

Name Google Chat RTL (Hebrew) Google Chat RTL (Hebrew)
ID mggfbghklofmejajmldjmblclnglpbno
Official URL 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
File Size 5.5 KB
Installation Count 26
Current Version 1.3
Last Updated 2018-08-20
Publish Date 2018-08-20
Rating 4.33/5 Total 3 Ratings
Developer Kostya Maryan
Email [email protected]
Payment Type free
Extension Website http://www.bulwarx.com
Supported Languages
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
        }
    ]
}