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