stalk.io
STALK.IO chat widget. You can chat with every one who watch the same web page
Wat is stalk.io?
stalk.io is een Chrome-extensie ontwikkeld door stalk software, en de belangrijkste functie is "STALK.IO chat widget. You can chat with every one who watch the same web page".
Extensie Screenshots
Download het CRX-bestand van de extensie stalk.io
Download stalk.io-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | kjnhjokbnogkikofagidldnohdbjofoe |
Officiële URL | https://chrome.google.com/webstore/detail/stalkio/kjnhjokbnogkikofagidldnohdbjofoe |
Beschrijving | STALK.IO chat widget. You can chat with every one who watch the same web page |
Bestandsgrootte | 499 KB |
Aantal Installaties | 65 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2014-09-19 |
Publicatiedatum | 2014-09-19 |
Beoordeling | 3.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | stalk software |
Betalingswijze | free |
Extensiewebsite | http://stalk.io |
Ondersteunde Talen | 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:\/\/*\/*" ] } |