hangout now!

get hangout links quickly

What is hangout now!?

hangout now! is a Chrome extension developed by Dayvson Lima, and its main feature is "get hangout links quickly".

Extension Screenshots

screenshot

Download hangout now! Extension CRX File

Download hangout now! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Obtenha links de hangout rapidamente. 
Este aplicativo le ajuda a obter links para chamadas do hangout apenas clicando sobre o botão da extensão do Google Chrome                    

Extension Basic Information

Name hangout now! hangout now!
ID lcpjhmeildkcpnohidhmelpledbijphp
Official URL https://chrome.google.com/webstore/detail/hangout-now/lcpjhmeildkcpnohidhmelpledbijphp
Description get hangout links quickly
File Size 17.2 KB
Installation Count 593
Current Version 0.0.1
Last Updated 2015-06-12
Publish Date 2015-06-12
Rating 5.00/5 Total 1 Ratings
Developer Dayvson Lima
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/hang-16.png",
        "128": "images\/hang-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/chromereload.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/hang-19.png",
            "38": "images\/hang-38.png"
        },
        "default_title": "Get Hangout Now!",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "omnibox": {
        "keyword": "Fast Hangout Links"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "history",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}