Webtalk.io Chat
Webtalk.io is an app that enables users to chat in real-time while browsing any website
Webtalk.io Chat란 무엇입니까?
Webtalk.io Chat은(는) https://webtalk.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Webtalk.io is an app that enables users to chat in real-time while browsing any website"입니다.
확장 프로그램 스크린샷
Webtalk.io Chat 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Webtalk.io is a free service that enables users to chat in real-time while browsing any website. Just click the plugin icon while browsing any website and you'll see other users who are currently on the same page with you. Join their discussion and share your opinions freely. There is no need to login. It is really easy to express yourself on the Internet without the need to register. For us, staying anonymous is extremely important, so you can chat all over the web without leaving any trace of your activities. Chat with strangers or family, collaborate with friends and colleagues, share your ideas or troll the Internet - http://www.webtalk.io
확장 프로그램 기본 정보
이름 | Webtalk.io Chat |
ID | ffjjnbgcfimekdfadlgafngnnchnjgik |
공식 URL | https://chromewebstore.google.com/detail/webtalkio-chat/ffjjnbgcfimekdfadlgafngnnchnjgik |
설명 | Webtalk.io is an app that enables users to chat in real-time while browsing any website |
파일 크기 | 397 KB |
설치 횟수 | 92 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2014-02-23 |
출시 날짜 | 2014-02-23 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://webtalk.io |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.webtalk.io |
도움말 페이지 URL | http://blog.webtalk.io |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Webtalk.io Chat", "description": "Webtalk.io is an app that enables users to chat in real-time while browsing any website", "version": "1.0.3", "author": "Rombots Team", "homepage_url": "http:\/\/www.webtalk.io", "short_name": "Webtalk.io", "permissions": [ "http:\/\/www.webtalk.io\/", "activeTab" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "img\/webtalk_logo.png", "default_popup": "chatroom.html" }, "icons": { "16": "img\/webtalk_logo_16.png", "48": "img\/webtalk_logo_48.png", "128": "img\/webtalk_logo_128.png" } } |