Chat-Net
Provides a simple chat network that follows you to any web page.
ما هو Chat-Net؟
Chat-Net هو إضافة Chrome تم تطويرها بواسطة krikenemp، والميزة الرئيسية لها هي "Provides a simple chat network that follows you to any web page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chat-Net
قم بتنزيل ملفات الامتداد Chat-Net بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Chat-Net |
ID | lafbgpoaabblhjajopeclimloeboglol |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chat-net/lafbgpoaabblhjajopeclimloeboglol |
الوصف | Provides a simple chat network that follows you to any web page. |
حجم الملف | 51.22 KB |
عدد التثبيتات | 11 |
النسخة الحالية | 1.0.4 |
آخر تحديث | 2014-05-05 |
تاريخ النشر | 2014-05-04 |
المطور | krikenemp |
نوع الدفع | free |
اللغات المدعومة | 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" ] } ] } |