Google Chat RTL (Hebrew)

In Google Chat web app: modify direction to rtl, but only for messages containing Hebrew characters

Google Chat RTL (Hebrew) là gì?

Google Chat RTL (Hebrew) là một tiện ích mở rộng Chrome được phát triển bởi Kostya Maryan, và tính năng chính của nó là "In Google Chat 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 Google Chat RTL (Hebrew)

Tải xuống các tệp mở rộng Google Chat RTL (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

                        This exention enables support for Hebrew RTL                    

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

Tên Google Chat RTL (Hebrew) Google Chat RTL (Hebrew)
ID mggfbghklofmejajmldjmblclnglpbno
URL Chính Thức https://chrome.google.com/webstore/detail/google-chat-rtl-hebrew/mggfbghklofmejajmldjmblclnglpbno
Mô tả In Google Chat web app: modify direction to rtl, but only for messages containing Hebrew characters
Kích Thước Tệp 5.5 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2018-08-20
Ngày Phát Hành 2018-08-20
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Kostya Maryan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.bulwarx.com
Ngôn Ngữ Được Hỗ Trợ
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Chat RTL (Hebrew)",
    "version": "1.3",
    "description": "In Google Chat web app: modify direction to rtl, but only for messages containing Hebrew characters",
    "icons": {
        "128": "icon.png"
    },
    "author": "Kostya Maryan ",
    "page_action": {
        "default_title": "Google Chat RTL"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*"
            ],
            "js": [
                "Google-Chat-RTL.js"
            ],
            "all_frames": true
        }
    ]
}