Hangouts RTL fixer

This extension fixes the text direction in Google Hangouts (Gmail chat) for RTL languages

Hangouts RTL fixerとは何ですか?

Hangouts RTL fixerはhttps://zvizvi.xyzによって開発されたChromeの拡張機能で、その主な機能は「This extension fixes the text direction in Google Hangouts (Gmail chat) for RTL languages」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Hangouts RTL fixer拡張機能のCRXファイルをダウンロード

Hangouts RTL fixer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        RTL support fixer for Google Hangouts (Gmail chat)
מתקן את הנגאאוטס (ג'ימייל צ'אט) מימין לשמאל.                    

拡張機能の基本情報

名前 Hangouts RTL fixer Hangouts RTL fixer
ID oohpklfcenaffjconedjebkaclkachmi
公式URL https://chromewebstore.google.com/detail/hangouts-rtl-fixer/oohpklfcenaffjconedjebkaclkachmi
説明 This extension fixes the text direction in Google Hangouts (Gmail chat) for RTL languages
ファイルサイズ 24.72 KB
インストール数 10,451
現在のバージョン 1.0.2
最終更新日 2019-07-05
公開日 2019-07-03
評価 4.47/5 合計 15 レビュー
開発者 https://zvizvi.xyz
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://zvizvi.xyz/
対応言語 iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hangouts RTL fixer",
    "description": "This extension fixes the text direction in Google Hangouts (Gmail chat) for RTL languages",
    "version": "1.0.2",
    "author": "[email protected]",
    "permissions": [
        "https:\/\/hangouts.google.com\/webchat\/*"
    ],
    "icons": {
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "22": "images\/icon_22.png",
            "24": "images\/icon_24.png",
            "32": "images\/icon_32.png",
            "44": "images\/icon_44.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "js\/main.js"
            ],
            "matches": [
                "https:\/\/hangouts.google.com\/webchat\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}