Chatter

Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!

Chatter क्या है?

Chatter https://development.aaronmaynard.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chatter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}