Chatter
Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!
ما هو Chatter؟
Chatter هو إضافة Chrome تم تطويرها بواسطة https://development.aaronmaynard.com، والميزة الرئيسية لها هي "Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chatter
قم بتنزيل ملفات الامتداد Chatter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
SATChat is a chat extension to allow users to talk with other people around the world. Inspired by Ham Radio, the extension connects to a open-source IRC server, allowing people to talk across town, around the world, and (technically) into space. The servers set language is English, but international keyboards are supported. Works for any device running the Chrome browser, including Windows, Mac, ChromeOS, Android, etc.
معلومات أساسية عن التمديد
الاسم | Chatter |
ID | ahiemmemknebnoiemgokhphhjdpbimbk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chatter/ahiemmemknebnoiemgokhphhjdpbimbk |
الوصف | Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks! |
حجم الملف | 18.52 KB |
عدد التثبيتات | 126 |
النسخة الحالية | 0.3 |
آخر تحديث | 2018-10-04 |
تاريخ النشر | 2018-10-04 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://development.aaronmaynard.com |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chatter", "version": "0.3", "manifest_version": 2, "description": "Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!", "homepage_url": "http:\/\/google.com\/", "browser_action": { "default_icon": "icon.png", "default_title": "Start Chatter", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "icon.png" } } |