Slack Persian

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

什么是Slack Persian?

Slack Persian是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“In Slack web app: modify direction to rtl, but only for messages containing Persian characters.”。

扩展截图

screenshot

下载Slack Persian扩展crx文件

下载Slack Persian扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Slack Persian Slack Persian
ID ejndnokkkhbijfmaogjbhiejdllagdng
官方URL https://chromewebstore.google.com/detail/slack-persian/ejndnokkkhbijfmaogjbhiejdllagdng
简介 In Slack web app: modify direction to rtl, but only for messages containing Persian characters.
文件大小 15.63 KB
安装次数 70
当前版本 1.1
更新时间 2018-05-20
上架时间 2018-05-20
评分 5.00/5 共7次评分
开发者 Unknown
付费类型 free
支持的语言 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
        }
    ]
}