Something to Say - Chat with your neighbour
This plugin creates a chat bubble in any webpage. You can use it to chat with others who are also visiting the same website.
Something to Say - Chat with your neighbour क्या है?
Something to Say - Chat with your neighbour Westkit द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This plugin creates a chat bubble in any webpage. You can use it to chat with others who are also visiting the same website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Something to Say - Chat with your neighbour एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Wondering who are watching the same YouTube video with you? Wondering who are reading the same Medium article? Wondering who are listening the same song on SoundCloud? Install this plugin!!! This plugin helps you connect to the people who are visiting the same webpage as you are visiting now. There will be a chat bubble in any webpage you visit. You can simply click on it and connect to the chat room. Then you are connected to others. This is the first beta version. Please help to test and give us feedback!! Thanks.
एक्सटेंशन की मूल जानकारी
नाम | Something to Say - Chat with your neighbour |
ID | focobckgikgcmgbfpbiedbcdglhlfhal |
आधिकारिक URL | https://chromewebstore.google.com/detail/something-to-say-chat-wit/focobckgikgcmgbfpbiedbcdglhlfhal |
विवरण | This plugin creates a chat bubble in any webpage. You can use it to chat with others who are also visiting the same website. |
फ़ाइल का आकार | 374 KB |
स्थापना संख्या | 67 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2015-05-06 |
प्रकाशन तिथि | 2015-05-06 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | Westkit |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Something to Say - Chat with your neighbour", "short_name": "Something to Say", "description": "This plugin creates a chat bubble in any webpage. You can use it to chat with others who are also visiting the same website.", "version": "0.1.0", "icons": { "16": "img\/ic-chat16.png", "48": "img\/ic-chat48.png", "128": "img\/ic-chat.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "exclude_matches": [ "*:\/\/sthtosay.com\/*" ], "css": [ "jquery-ui-1.11.4\/jquery-ui.min.css", "chat-bubble.css" ], "js": [ "jquery-2.1.3.min.js", "jquery-ui-1.11.4\/jquery-ui.min.js", "chat-bubble.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "img\/*" ], "permissions": [ "activeTab", "storage" ], "browser_action": { "default_icon": "img\/ic-chat.png", "default_popup": "browser-action.html", "default_title": "Chat with people on the same website" } } |