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開發的Chrome擴展程式,該擴展的主要功能是“In Google Chat web app: modify direction to rtl, but only for messages containing Hebrew characters”。

下載Google Chat RTL (Hebrew)擴展crx文件

下載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
官方網址 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
        }
    ]
}