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
电子邮箱 [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
        }
    ]
}