Something to Say - Chat with your neighbour
This plugin creates a chat bubble in any webpage. You can use it to chat with others who are also visiting the same website.
Something to Say - Chat with your neighbour란 무엇입니까?
Something to Say - Chat with your neighbour은(는) Westkit에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This plugin creates a chat bubble in any webpage. You can use it to chat with others who are also visiting the same website."입니다.
확장 프로그램 스크린샷
Something to Say - Chat with your neighbour 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Wondering who are watching the same YouTube video with you? Wondering who are reading the same Medium article? Wondering who are listening the same song on SoundCloud? Install this plugin!!! This plugin helps you connect to the people who are visiting the same webpage as you are visiting now. There will be a chat bubble in any webpage you visit. You can simply click on it and connect to the chat room. Then you are connected to others. This is the first beta version. Please help to test and give us feedback!! Thanks.
확장 프로그램 기본 정보
이름 | Something to Say - Chat with your neighbour |
ID | focobckgikgcmgbfpbiedbcdglhlfhal |
공식 URL | https://chromewebstore.google.com/detail/something-to-say-chat-wit/focobckgikgcmgbfpbiedbcdglhlfhal |
설명 | This plugin creates a chat bubble in any webpage. You can use it to chat with others who are also visiting the same website. |
파일 크기 | 374 KB |
설치 횟수 | 67 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2015-05-06 |
출시 날짜 | 2015-05-06 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | Westkit |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Something to Say - Chat with your neighbour", "short_name": "Something to Say", "description": "This plugin creates a chat bubble in any webpage. You can use it to chat with others who are also visiting the same website.", "version": "0.1.0", "icons": { "16": "img\/ic-chat16.png", "48": "img\/ic-chat48.png", "128": "img\/ic-chat.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "exclude_matches": [ "*:\/\/sthtosay.com\/*" ], "css": [ "jquery-ui-1.11.4\/jquery-ui.min.css", "chat-bubble.css" ], "js": [ "jquery-2.1.3.min.js", "jquery-ui-1.11.4\/jquery-ui.min.js", "chat-bubble.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "img\/*" ], "permissions": [ "activeTab", "storage" ], "browser_action": { "default_icon": "img\/ic-chat.png", "default_popup": "browser-action.html", "default_title": "Chat with people on the same website" } } |