One Click Google On-Air Hangout
This extension starts a google on-air hangout.
One Click Google On-Air Hangoutとは何ですか?
One Click Google On-Air Hangoutはhttp://oneclickhangout.comによって開発されたChromeの拡張機能で、その主な機能は「This extension starts a google on-air hangout.」です。
拡張機能のスクリーンショット
One Click Google On-Air Hangout拡張機能のCRXファイルをダウンロード
One Click Google On-Air Hangout拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
From legendary developer Eric Hayes comes the greatest thing since sliced bread, the wheel, and fire. Presenting: "THE ONE CLICK ON-AIR GOOGLE HANGOUT BUTTON" After installing this extension you are just ONE click away from hanging out! Here are the main features: - Start a hangout right away, no more waiting and clicking through endless menus - Once the hangout is started, the hangout url is copied to your clipboard - Added ability to choose which account to use in v1.1.0 Enjoy!
拡張機能の基本情報
名前 | |
ID | hjdfingjhknmknmikpijefojjegnkmjk |
公式URL | https://chrome.google.com/webstore/detail/one-click-google-on-air-h/hjdfingjhknmknmikpijefojjegnkmjk |
説明 | This extension starts a google on-air hangout. |
ファイルサイズ | 361 KB |
インストール数 | 9,265 |
現在のバージョン | 1.2.0 |
最終更新日 | 2015-06-18 |
公開日 | 2015-06-18 |
評価 | 3.70/5 合計 27 レビュー |
開発者 | http://oneclickhangout.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One Click Google On-Air Hangout", "version": "1.2.0", "manifest_version": 2, "description": "This extension starts a google on-air hangout.", "homepage_url": "http:\/\/oneclickhangout.com", "icons": { "16": "icons\/hangout16.png", "48": "icons\/hangout48.png", "128": "icons\/hangout128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/hangout19.png" }, "permissions": [ "clipboardWrite", "notifications", "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/www.oneclickhangout.com\/*", "http:\/\/oneclickhangout.com\/*", "http:\/\/ocgh.local\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |