Remove Screenshare Notification for Hangouts™
Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone.
Remove Screenshare Notification for Hangouts™とは何ですか?
Remove Screenshare Notification for Hangouts™はMasterによって開発されたChromeの拡張機能で、その主な機能は「Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone.」です。
拡張機能のスクリーンショット
Remove Screenshare Notification for Hangouts™拡張機能のCRXファイルをダウンロード
Remove Screenshare Notification for Hangouts™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can still choose to stop sharing by clicking the screenshare icon in the left side panel in the Hangouts window.
NOTE: If you get a black bar at the bottom of the screen, simply re-size the window once in any direction to fix it.
Changelog:
------------------
12/7/15 - Updated to support Hangouts Beta 拡張機能の基本情報
| 名前 | |
| ID | dkoinecnplfbobfdamgfjfonmjieigpd |
| 公式URL | https://chromewebstore.google.com/detail/remove-screenshare-notifi/dkoinecnplfbobfdamgfjfonmjieigpd |
| 説明 | Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone. |
| ファイルサイズ | 46.05 KB |
| インストール数 | 873 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2015-12-07 |
| 公開日 | 2015-12-07 |
| 評価 | 3.87/5 合計 15 レビュー |
| 開発者 | Master |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "The Master",
"name": "Remove Screenshare Notification for Hangouts\u2122",
"description": "Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone.",
"manifest_version": 2,
"version": "1.1",
"icons": {
"16": "thumbnail-16.png",
"24": "thumbnail-24.png",
"32": "thumbnail-32.png",
"48": "thumbnail-48.png",
"64": "thumbnail-64.png",
"128": "thumbnail-128.png"
},
"permissions": [
"*:\/\/plus.google.com\/hangouts\/*"
],
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"*:\/\/plus.google.com\/hangouts\/*"
],
"js": [
"jquery.js",
"background-min.js"
]
}
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"web_accessible_resources": [
"jquery.js",
"background-min.js",
"thumbnail-16.png",
"thumbnail-24.png",
"thumbnail-32.png",
"thumbnail-48.png",
"thumbnail-64.png",
"thumbnail-128.png"
]
} | |