hangout now!

get hangout links quickly

Cos'è hangout now!?

hangout now! è un'estensione di Chrome sviluppata da Dayvson Lima, e la sua funzione principale è "get hangout links quickly".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione hangout now!

Scarica i file di estensione hangout now! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome hangout now! hangout now!
ID lcpjhmeildkcpnohidhmelpledbijphp
URL Ufficiale https://chrome.google.com/webstore/detail/hangout-now/lcpjhmeildkcpnohidhmelpledbijphp
Descrizione get hangout links quickly
Dimensione del File 17.2 KB
Conteggio Installazioni 593
Versione Corrente 0.0.1
Ultimo Aggiornamento 2015-06-12
Data di Pubblicazione 2015-06-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Dayvson Lima
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*"
    ]
}