Talking Url
Talking URL allows you to communicate with anyone who watching the same web page that you visit.
Talking Url là gì?
Talking Url là một tiện ích mở rộng Chrome được phát triển bởi https://www.talkingurl.com, và tính năng chính của nó là "Talking URL allows you to communicate with anyone who watching the same web page that you visit.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Talking Url
Tải xuống các tệp mở rộng Talking Url dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Talking Url |
ID | cjnngddfenkcpolmkaobpgmejhbmighk |
URL Chính Thức | https://chromewebstore.google.com/detail/talking-url/cjnngddfenkcpolmkaobpgmejhbmighk |
Mô tả | Talking URL allows you to communicate with anyone who watching the same web page that you visit. |
Kích Thước Tệp | 78.32 KB |
Số Lần Cài Đặt | 331 |
Phiên Bản Hiện Tại | 1.9.5 |
Cập Nhật Lần Cuối | 2013-03-06 |
Ngày Phát Hành | 2013-03-05 |
Đánh Giá | 4.73/5 Tổng số 100 Đánh Giá |
Nhà Phát Triển | https://www.talkingurl.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://talkingurl.com |
URL Trang Trợ Giúp | http://www.talkingurl.com/features.aspx |
Ngôn Ngữ Được Hỗ Trợ | 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" } |