hangout now!

get hangout links quickly

hangout now!とは何ですか?

hangout now!はDayvson Limaによって開発されたChromeの拡張機能で、その主な機能は「get hangout links quickly」です。

拡張機能のスクリーンショット

screenshot

hangout now!拡張機能のCRXファイルをダウンロード

hangout now!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 hangout now! hangout now!
ID lcpjhmeildkcpnohidhmelpledbijphp
公式URL https://chrome.google.com/webstore/detail/hangout-now/lcpjhmeildkcpnohidhmelpledbijphp
説明 get hangout links quickly
ファイルサイズ 17.2 KB
インストール数 593
現在のバージョン 0.0.1
最終更新日 2015-06-12
公開日 2015-06-12
評価 5.00/5 合計 1 レビュー
開発者 Dayvson Lima
支払い方法 free
対応言語 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:\/\/*\/*"
    ]
}