stalk.io
STALK.IO chat widget. You can chat with every one who watch the same web page
Qu'est-ce que stalk.io ?
stalk.io est une extension Chrome développée par stalk software, et sa fonction principale est "STALK.IO chat widget. You can chat with every one who watch the same web page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension stalk.io
Téléchargez les fichiers d'extension stalk.io au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | kjnhjokbnogkikofagidldnohdbjofoe |
URL Officiel | https://chrome.google.com/webstore/detail/stalkio/kjnhjokbnogkikofagidldnohdbjofoe |
Description | STALK.IO chat widget. You can chat with every one who watch the same web page |
Taille du Fichier | 499 KB |
Nombre d'Installations | 65 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2014-09-19 |
Date de Publication | 2014-09-19 |
Évaluation | 3.00/5 Total 4 Évaluations |
Développeur | stalk software |
Type de Paiement | free |
Site Web de l'Extension | http://stalk.io |
Langues Prises en Charge | 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:\/\/*\/*" ] } |