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 |
官方網址 | 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:\/\/*\/*" ] } |