Slack Hebrew

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

Slack Hebrew là gì?

Slack Hebrew là một tiện ích mở rộng Chrome được phát triển bởi shlomomatichin, và tính năng chính của nó là "In Slack web app: modify direction to rtl, but only for messages containing hebrew characters".

Tải xuống tệp CRX của tiện ích mở rộng Slack Hebrew

Tải xuống các tệp mở rộng Slack Hebrew dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Slack Hebrew Slack Hebrew
ID lhckoaabocgmbjbmjgglcimohibicenn
URL Chính Thức https://chromewebstore.google.com/detail/slack-hebrew/lhckoaabocgmbjbmjgglcimohibicenn
Mô tả In Slack web app: modify direction to rtl, but only for messages containing hebrew characters
Kích Thước Tệp 16.29 KB
Số Lần Cài Đặt 221
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2018-05-21
Ngày Phát Hành 2018-05-21
Đánh Giá 4.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển shlomomatichin
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}