Slack Hebrew

In Slack web app: modify direction to rtl, but only for messages containing hebrew characters

What is Slack Hebrew?

Slack Hebrew is a Chrome extension developed by shlomomatichin, and its main feature is "In Slack web app: modify direction to rtl, but only for messages containing hebrew characters".

Download Slack Hebrew Extension CRX File

Download Slack 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

                        Simply change direction:rtl style to slack messages containing hebrew characters. English messages are left untouched.

If you are using desktop slack, consider using the following project instead: https://pypi.org/project/onium                    

Extension Basic Information

Name Slack Hebrew Slack Hebrew
ID lhckoaabocgmbjbmjgglcimohibicenn
Official URL https://chromewebstore.google.com/detail/slack-hebrew/lhckoaabocgmbjbmjgglcimohibicenn
Description In Slack web app: modify direction to rtl, but only for messages containing hebrew characters
File Size 16.29 KB
Installation Count 221
Current Version 1.5
Last Updated 2018-05-21
Publish Date 2018-05-21
Rating 4.44/5 Total 9 Ratings
Developer shlomomatichin
Payment Type free
Supported Languages iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Slack Hebrew",
    "version": "1.5",
    "description": "In Slack web app: modify direction to rtl, but only for messages containing hebrew characters",
    "icons": {
        "128": "icon.png"
    },
    "author": "Shlomi Matichin ",
    "page_action": {
        "default_title": "Slack Hebrew"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.slack.com\/*"
            ],
            "js": [
                "slack-hebrew.js"
            ],
            "all_frames": true
        }
    ]
}