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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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:\/\/*\/*" ] } |