Hangouts Status Reader

Allows you to read Google Hangouts statuses directly in the contact info box.

什麼是Hangouts Status Reader?

Hangouts Status Reader是由https://bowenyin.tk開發的Chrome擴展程式,該擴展的主要功能是“Allows you to read Google Hangouts statuses directly in the contact info box.”。

擴展截圖

screenshot

下載Hangouts Status Reader擴展crx文件

下載Hangouts Status Reader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        In Gmail, this extension will allow you to view anyone's status message in the white info box that pops up on hover after a few seconds, like in the old Google Talk. Guaranteed to work or your money back! ;)
FEATURES:
– Link and emoji support.
– Bold/underline/italics support.
– Works with dense roster mode.
– No configuration needed.                    

擴展基本資訊

名稱 Hangouts Status Reader Hangouts Status Reader
ID ceggpinhhmjppnindgmdahlibhmdbknj
官方網址 https://chromewebstore.google.com/detail/hangouts-status-reader/ceggpinhhmjppnindgmdahlibhmdbknj
簡介 Allows you to read Google Hangouts statuses directly in the contact info box.
檔案大小 4.24 KB
安裝次數 78
目前版本 2.0
更新時間 2018-05-08
上架時間 2018-05-08
評分 5.00/5 共 5 次評分
開發者 https://bowenyin.tk
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.bowenyin.tk
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hangouts Status Reader",
    "description": "Allows you to read Google Hangouts statuses directly in the contact info box.",
    "version": "2.0",
    "permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/hangouts.google.com\/*",
        "https:\/\/apis.google.com\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/hangouts.google.com\/*",
                "https:\/\/apis.google.com\/*"
            ]
        }
    ]
}