Slack Hebrew

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

Slack Hebrewとは何ですか?

Slack Hebrewはshlomomatichinによって開発されたChromeの拡張機能で、その主な機能は「In Slack web app: modify direction to rtl, but only for messages containing hebrew characters」です。

Slack Hebrew拡張機能のCRXファイルをダウンロード

Slack Hebrew拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Simply change direction:rtl style to slack messages containing hebrew characters. English messages are left untouched.

If you are using desktop slack, consider using the following project instead: https://pypi.org/project/onium                    

拡張機能の基本情報

名前 Slack Hebrew Slack Hebrew
ID lhckoaabocgmbjbmjgglcimohibicenn
公式URL https://chromewebstore.google.com/detail/slack-hebrew/lhckoaabocgmbjbmjgglcimohibicenn
説明 In Slack web app: modify direction to rtl, but only for messages containing hebrew characters
ファイルサイズ 16.29 KB
インストール数 221
現在のバージョン 1.5
最終更新日 2018-05-21
公開日 2018-05-21
評価 4.44/5 合計 9 レビュー
開発者 shlomomatichin
支払い方法 free
対応言語 iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Slack Hebrew",
    "version": "1.5",
    "description": "In Slack web app: modify direction to rtl, but only for messages containing hebrew characters",
    "icons": {
        "128": "icon.png"
    },
    "author": "Shlomi Matichin ",
    "page_action": {
        "default_title": "Slack Hebrew"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.slack.com\/*"
            ],
            "js": [
                "slack-hebrew.js"
            ],
            "all_frames": true
        }
    ]
}