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."입니다.

확장 프로그램 스크린샷

screenshot

One Click Google On-Air Hangout 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 One Click Google On-Air Hangout One Click Google On-Air Hangout
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"
            ]
        }
    ]
}