Talking Url
Talking URL allows you to communicate with anyone who watching the same web page that you visit.
Talking Url란 무엇입니까?
Talking Url은(는) https://www.talkingurl.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Talking URL allows you to communicate with anyone who watching the same web page that you visit."입니다.
확장 프로그램 스크린샷
Talking Url 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
talking URL allows you to communicate and share your knowledge, opinions or just chat with anyone who watching the same web page as you Features: ------------- * NEW: Small Village Mode - now everyone can talk globally in one language - try it! * Real-time "most-talking-url" row (now built-in the extension) - shows where conversations are now occurring. * Talk with anyone, everywhere over the net! * Completely Anonymously - No registration to any social network is needed, just press the talking-url icon, and start chatting ! * Visit any page on the entire web to find out people with the same intrests as you and start having conversation with them * Enables you to get live status about what going on at any site by coping the address and paste it at the URL History Page at our website http://www.talkingurl.com
확장 프로그램 기본 정보
이름 | Talking Url |
ID | cjnngddfenkcpolmkaobpgmejhbmighk |
공식 URL | https://chromewebstore.google.com/detail/talking-url/cjnngddfenkcpolmkaobpgmejhbmighk |
설명 | Talking URL allows you to communicate with anyone who watching the same web page that you visit. |
파일 크기 | 78.32 KB |
설치 횟수 | 331 |
현재 버전 | 1.9.5 |
최근 업데이트 | 2013-03-06 |
출시 날짜 | 2013-03-05 |
평점 | 4.73/5 총 100 개의 평점 |
개발자 | https://www.talkingurl.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://talkingurl.com |
도움말 페이지 URL | http://www.talkingurl.com/features.aspx |
지원되는 언어 | en |
manifest.json | |
{ "background": { "page": "services.html", "persistent": true }, "browser_action": { "default_icon": "Icons\/19.png", "default_popup": "main.html" }, "content_scripts": [ { "js": [ "jquery.js", "jquerycolor.js", "Services.js", "main.js" ], "matches": [ "http:\/\/engine.talkingurl.com\/*" ] } ], "description": "Talking URL allows you to communicate with anyone who watching the same web page that you visit.", "icons": { "128": "Icons\/128.png", "16": "Icons\/16.png", "48": "Icons\/48.png" }, "homepage_url": "http:\/\/www.talkingurl.com", "name": "Talking Url", "permissions": [ "tabs", "http:\/\/*.talkingurl.com\/" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.9.5" } |