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.”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| ID | ceggpinhhmjppnindgmdahlibhmdbknj |
| 官方URL | 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\/*"
]
}
]
} | |