stalk.io
STALK.IO chat widget. You can chat with every one who watch the same web page
stalk.io क्या है?
stalk.io stalk software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "STALK.IO chat widget. You can chat with every one who watch the same web page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में stalk.io एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With only one click, You can chat with other people who are watching the same page with you at the same time. Visit http://stalk.io for more details.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kjnhjokbnogkikofagidldnohdbjofoe |
आधिकारिक URL | https://chrome.google.com/webstore/detail/stalkio/kjnhjokbnogkikofagidldnohdbjofoe |
विवरण | STALK.IO chat widget. You can chat with every one who watch the same web page |
फ़ाइल का आकार | 499 KB |
स्थापना संख्या | 65 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2014-09-19 |
प्रकाशन तिथि | 2014-09-19 |
रेटिंग | 3.00/5 कुल 4 रेटिंग्स |
डेवलपर | stalk software |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://stalk.io |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "stalk.io", "version": "1.0.2", "manifest_version": 2, "description": "STALK.IO chat widget. You can chat with every one who watch the same web page", "icons": { "16": "images\/stalk_16.png", "48": "images\/stalk_48.png", "128": "images\/stalk_128.png" }, "browser_action": { "default_icon": "images\/stalk_16.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "stalk.js", "images\/stalk_16.png" ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |