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
        }
    ]
}