Hangouts RTL fixer

This extension fixes the text direction in Google Hangouts (Gmail chat) for RTL languages

Hangouts RTL fixer là gì?

Hangouts RTL fixer là một tiện ích mở rộng Chrome được phát triển bởi https://zvizvi.xyz, và tính năng chính của nó là "This extension fixes the text direction in Google Hangouts (Gmail chat) for RTL languages".

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

screenshot
screenshot
screenshot

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

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

                        RTL support fixer for Google Hangouts (Gmail chat)
מתקן את הנגאאוטס (ג'ימייל צ'אט) מימין לשמאל.                    

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

Tên Hangouts RTL fixer Hangouts RTL fixer
ID oohpklfcenaffjconedjebkaclkachmi
URL Chính Thức https://chromewebstore.google.com/detail/hangouts-rtl-fixer/oohpklfcenaffjconedjebkaclkachmi
Mô tả This extension fixes the text direction in Google Hangouts (Gmail chat) for RTL languages
Kích Thước Tệp 24.72 KB
Số Lần Cài Đặt 10,451
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2019-07-05
Ngày Phát Hành 2019-07-03
Đánh Giá 4.47/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://zvizvi.xyz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://zvizvi.xyz/
Ngôn Ngữ Được Hỗ Trợ iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hangouts RTL fixer",
    "description": "This extension fixes the text direction in Google Hangouts (Gmail chat) for RTL languages",
    "version": "1.0.2",
    "author": "[email protected]",
    "permissions": [
        "https:\/\/hangouts.google.com\/webchat\/*"
    ],
    "icons": {
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "22": "images\/icon_22.png",
            "24": "images\/icon_24.png",
            "32": "images\/icon_32.png",
            "44": "images\/icon_44.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "js\/main.js"
            ],
            "matches": [
                "https:\/\/hangouts.google.com\/webchat\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}