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
Eメール [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
        }
    ]
}