stalk.io
STALK.IO chat widget. You can chat with every one who watch the same web page
Hvad er stalk.io?
stalk.io er en Chrome-udvidelse udviklet af stalk software, og dens hovedfunktion er "STALK.IO chat widget. You can chat with every one who watch the same web page".
Udvidelsesskærmbilleder
Download stalk.io-udvidelses-CRX-fil
Download stalk.io-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | kjnhjokbnogkikofagidldnohdbjofoe |
Officiel URL | https://chrome.google.com/webstore/detail/stalkio/kjnhjokbnogkikofagidldnohdbjofoe |
Beskrivelse | STALK.IO chat widget. You can chat with every one who watch the same web page |
Filstørrelse | 499 KB |
Antal Installationer | 65 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2014-09-19 |
Udgivelsesdato | 2014-09-19 |
Bedømmelse | 3.00/5 Samlet 4 Bedømmelser |
Udvikler | stalk software |
Betalingsmetode | free |
Udvidelseswebsted | http://stalk.io |
Understøttede Sprog | 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:\/\/*\/*" ] } |