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" ] } ] } |