stalk.io

STALK.IO chat widget. You can chat with every one who watch the same web page

stalk.ioとは何ですか?

stalk.ioはstalk softwareによって開発されたChromeの拡張機能で、その主な機能は「STALK.IO chat widget. You can chat with every one who watch the same web page」です。

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

screenshot

stalk.io拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        With only one click, You can chat with other people who are watching the same page with you at the same time. 

Visit http://stalk.io for more details.                    

拡張機能の基本情報

名前 stalk.io stalk.io
ID kjnhjokbnogkikofagidldnohdbjofoe
公式URL https://chrome.google.com/webstore/detail/stalkio/kjnhjokbnogkikofagidldnohdbjofoe
説明 STALK.IO chat widget. You can chat with every one who watch the same web page
ファイルサイズ 499 KB
インストール数 65
現在のバージョン 1.0.2
最終更新日 2014-09-19
公開日 2014-09-19
評価 3.00/5 合計 4 レビュー
開発者 stalk software
支払い方法 free
拡張機能のウェブサイト http://stalk.io
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "stalk.io",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "STALK.IO chat widget. You can chat with every one who watch the same web page",
    "icons": {
        "16": "images\/stalk_16.png",
        "48": "images\/stalk_48.png",
        "128": "images\/stalk_128.png"
    },
    "browser_action": {
        "default_icon": "images\/stalk_16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "stalk.js",
        "images\/stalk_16.png"
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}