Chat-Net
Provides a simple chat network that follows you to any web page.
Chat-Net là gì?
Chat-Net là một tiện ích mở rộng Chrome được phát triển bởi krikenemp, và tính năng chính của nó là "Provides a simple chat network that follows you to any web page.".
Ả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 Chat-Net
Tải xuống các tệp mở rộng Chat-Net 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
Chat-Net is a browser-based chat network between all users running the extension. It is a simple chat interface with a field for your nickname and one for your comment. The interface gets embedded into the top of each page that you visit, allowing you to continue browsing while you meet and communicate with other Chat-Net users.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chat-Net |
ID | lafbgpoaabblhjajopeclimloeboglol |
URL Chính Thức | https://chromewebstore.google.com/detail/chat-net/lafbgpoaabblhjajopeclimloeboglol |
Mô tả | Provides a simple chat network that follows you to any web page. |
Kích Thước Tệp | 51.22 KB |
Số Lần Cài Đặt | 11 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2014-05-05 |
Ngày Phát Hành | 2014-05-04 |
Nhà Phát Triển | krikenemp |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chat-Net", "version": "1.0.4", "description": "Provides a simple chat network that follows you to any web page.", "homepage_url": "http:\/\/bengrosser.com\/", "manifest_version": 2, "icons": { "16": "icon3.png", "48": "icon2.png", "128": "icon1.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "Chat-Net.user.js" ] } ] } |