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 |
| Eメール | [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\/*"
]
}
]
} | |