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) Kostya Maryan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "In Google Chat web app: modify direction to rtl, but only for messages containing Hebrew characters"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Chat RTL (Hebrew) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
        }
    ]
}