Hangouts RTL fixer

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

Hangouts RTL fixerคืออะไร?

Hangouts RTL fixer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zvizvi.xyz และคุณลักษณะหลักของมันคือ "This extension fixes the text direction in Google Hangouts (Gmail chat) for RTL languages"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hangouts RTL fixer

ดาวน์โหลดไฟล์ส่วนขยาย Hangouts RTL fixer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hangouts RTL fixer Hangouts RTL fixer
ID oohpklfcenaffjconedjebkaclkachmi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hangouts-rtl-fixer/oohpklfcenaffjconedjebkaclkachmi
คำอธิบาย This extension fixes the text direction in Google Hangouts (Gmail chat) for RTL languages
ขนาดไฟล์ 24.72 KB
จำนวนการติดตั้ง 10,451
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2019-07-05
วันที่เผยแพร่ 2019-07-03
คะแนน 4.47/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://zvizvi.xyz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://zvizvi.xyz/
ภาษาที่รองรับ 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
        }
    ]
}