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