Chat-Net

Provides a simple chat network that follows you to any web page.

Chat-Net क्या है?

Chat-Net krikenemp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides a simple chat network that follows you to any web page."।

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

screenshot
screenshot
screenshot

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

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