Slack RTL

Right To Left support for slack. Support multiple RTL languages like Hebrew, Arabic, Farsi and more

What is Slack RTL?

Slack RTL is a Chrome extension developed by Unknown, and its main feature is "Right To Left support for slack. Support multiple RTL languages like Hebrew, Arabic, Farsi and more".

Extension Screenshots

screenshot

Download Slack RTL Extension CRX File

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

                        Right To Left support for slack. Support multiple RTL languages like Hebrew, Arabic, Farsi and more                    

Extension Basic Information

Name Slack RTL Slack RTL
ID gakbkpoophhepbiekagocpmdhclkajba
Official URL https://chromewebstore.google.com/detail/slack-rtl/gakbkpoophhepbiekagocpmdhclkajba
Description Right To Left support for slack. Support multiple RTL languages like Hebrew, Arabic, Farsi and more
File Size 11.72 KB
Installation Count 135
Current Version 0.4
Last Updated 2018-02-06
Publish Date 2018-02-05
Rating 4.33/5 Total 6 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/yuvalbl/slack-rtl
Help Page URL https://github.com/yuvalbl/slack-rtl
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Slack RTL",
    "description": "Right To Left support for slack. Support multiple RTL languages like Hebrew, Arabic, Farsi and more",
    "options_page": "options.html",
    "version": "0.4",
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/*.slack.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.slack.com\/*"
            ],
            "js": [
                "slack-rtl.js"
            ]
        }
    ]
}