Google Chat RTL (Hebrew)

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

Google Chat RTL (Hebrew)คืออะไร?

Google Chat RTL (Hebrew) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kostya Maryan และคุณลักษณะหลักของมันคือ "In Google Chat web app: modify direction to rtl, but only for messages containing Hebrew characters"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Chat RTL (Hebrew)

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

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

                        This exention enables support for Hebrew RTL                    

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

ชื่อ Google Chat RTL (Hebrew) Google Chat RTL (Hebrew)
ID mggfbghklofmejajmldjmblclnglpbno
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/google-chat-rtl-hebrew/mggfbghklofmejajmldjmblclnglpbno
คำอธิบาย In Google Chat web app: modify direction to rtl, but only for messages containing Hebrew characters
ขนาดไฟล์ 5.5 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2018-08-20
วันที่เผยแพร่ 2018-08-20
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Kostya Maryan
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.bulwarx.com
ภาษาที่รองรับ
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
        }
    ]
}