Slack Persian

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

Slack Persian là gì?

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

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

Tải xuống các tệp mở rộng Slack Persian 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

                        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                    

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

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