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