hangout now!

get hangout links quickly

Was ist hangout now!?

hangout now! ist eine Chrome-Erweiterung, die von Dayvson Lima entwickelt wurde, und ihr Hauptmerkmal ist "get hangout links quickly".

Erweiterungsscreenshots

screenshot

hangout now!-Erweiterungs-CRX-Datei herunterladen

Laden Sie hangout now!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name hangout now! hangout now!
ID lcpjhmeildkcpnohidhmelpledbijphp
Offizielle URL https://chrome.google.com/webstore/detail/hangout-now/lcpjhmeildkcpnohidhmelpledbijphp
Beschreibung get hangout links quickly
Dateigröße 17.2 KB
Installationsanzahl 593
Aktuelle Version 0.0.1
Letztes Update 2015-06-12
Veröffentlichungsdatum 2015-06-12
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Dayvson Lima
Zahlungsart free
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}