Chat-Net
Provides a simple chat network that follows you to any web page.
Apa itu Chat-Net?
Chat-Net adalah ekstensi Chrome yang dikembangkan oleh krikenemp, dan fitur utamanya adalah "Provides a simple chat network that follows you to any web page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Chat-Net
Unduh file ekstensi Chat-Net dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Chat-Net |
ID | lafbgpoaabblhjajopeclimloeboglol |
URL Resmi | https://chromewebstore.google.com/detail/chat-net/lafbgpoaabblhjajopeclimloeboglol |
Deskripsi | Provides a simple chat network that follows you to any web page. |
Ukuran File | 51.22 KB |
Jumlah Instalasi | 11 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2014-05-05 |
Tanggal Publikasi | 2014-05-04 |
Pengembang | krikenemp |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |