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
官方網址 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
        }
    ]
}