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”。
扩展截图
下载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.
扩展基本信息
名称 | |
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:\/\/*\/*" ] } |