hangout now!

get hangout links quickly

Qu'est-ce que hangout now! ?

hangout now! est une extension Chrome développée par Dayvson Lima, et sa fonction principale est "get hangout links quickly".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension hangout now!

Téléchargez les fichiers d'extension hangout now! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom hangout now! hangout now!
ID lcpjhmeildkcpnohidhmelpledbijphp
URL Officiel https://chrome.google.com/webstore/detail/hangout-now/lcpjhmeildkcpnohidhmelpledbijphp
Description get hangout links quickly
Taille du Fichier 17.2 KB
Nombre d'Installations 593
Version Actuelle 0.0.1
Dernière Mise à Jour 2015-06-12
Date de Publication 2015-06-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur Dayvson Lima
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
    ]
}