Slack Persian

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

What is Slack Persian?

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

Extension Screenshots

screenshot

Download Slack Persian Extension CRX File

Download Slack Persian 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 extensions allows Persian language speakers to see Persian messages in the Slack web app with RTL direction, so they won't see messages malformed.

V1.1 changes:
- Fixed a change in naming of messages classes by Slack                    

Extension Basic Information

Name Slack Persian Slack Persian
ID ejndnokkkhbijfmaogjbhiejdllagdng
Official URL https://chromewebstore.google.com/detail/slack-persian/ejndnokkkhbijfmaogjbhiejdllagdng
Description In Slack web app: modify direction to rtl, but only for messages containing Persian characters.
File Size 15.63 KB
Installation Count 70
Current Version 1.1
Last Updated 2018-05-20
Publish Date 2018-05-20
Rating 5.00/5 Total 7 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Slack Persian",
    "version": "1.1",
    "description": "In Slack web app: modify direction to rtl, but only for messages containing Persian characters.",
    "icons": {
        "128": "icon.png"
    },
    "author": "Alireza Ahmadi ",
    "page_action": {
        "default_title": "Slack Persian"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.slack.com\/*"
            ],
            "js": [
                "slack-persian.js"
            ],
            "all_frames": true
        }
    ]
}