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