stalk.io
STALK.IO chat widget. You can chat with every one who watch the same web page
Vad är stalk.io?
stalk.io är en Chrome-tillägg utvecklad av stalk software, och dess huvudfunktion är "STALK.IO chat widget. You can chat with every one who watch the same web page".
Tilläggsskärmbilder
Ladda ner stalk.io-förlängningens CRX-fil
Ladda ner stalk.io-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | kjnhjokbnogkikofagidldnohdbjofoe |
Officiell webbadress | https://chrome.google.com/webstore/detail/stalkio/kjnhjokbnogkikofagidldnohdbjofoe |
Beskrivning | STALK.IO chat widget. You can chat with every one who watch the same web page |
Filstorlek | 499 KB |
Antal Installationer | 65 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2014-09-19 |
Publiceringsdatum | 2014-09-19 |
Betyg | 3.00/5 Totalt 4 Betyg |
Utvecklare | stalk software |
Betalningssätt | free |
Tilläggswebbplats | http://stalk.io |
Stödda Språk | 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:\/\/*\/*" ] } |