url-chat

Here you can talk to other people that are seeing the same URL that you are now

url-chat क्या है?

url-chat willroquedev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Here you can talk to other people that are seeing the same URL that you are now"।

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

screenshot
screenshot

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

crx प्रारूप में url-chat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम url-chat url-chat
ID eaigekfdkfcepdmcincfoieinhjhdlma
आधिकारिक URL https://chromewebstore.google.com/detail/url-chat/eaigekfdkfcepdmcincfoieinhjhdlma
विवरण Here you can talk to other people that are seeing the same URL that you are now
फ़ाइल का आकार 341 KB
स्थापना संख्या 113
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2018-02-24
प्रकाशन तिथि 2018-02-24
डेवलपर willroquedev
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/WillRoque/url-chat
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "url-chat",
    "description": "Here you can talk to other people that are seeing the same URL that you are now",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "\/img\/chat_small.png",
        "default_popup": "\/index.html",
        "default_title": "Click to open this URL's chat"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}