stalk.io
STALK.IO chat widget. You can chat with every one who watch the same web page
Apa itu stalk.io?
stalk.io adalah ekstensi Chrome yang dikembangkan oleh stalk software, dan fitur utamanya adalah "STALK.IO chat widget. You can chat with every one who watch the same web page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi stalk.io
Unduh file ekstensi stalk.io dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | kjnhjokbnogkikofagidldnohdbjofoe |
URL Resmi | https://chrome.google.com/webstore/detail/stalkio/kjnhjokbnogkikofagidldnohdbjofoe |
Deskripsi | STALK.IO chat widget. You can chat with every one who watch the same web page |
Ukuran File | 499 KB |
Jumlah Instalasi | 65 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2014-09-19 |
Tanggal Publikasi | 2014-09-19 |
Penilaian | 3.00/5 Total 4 Penilaian |
Pengembang | stalk software |
Tipe Pembayaran | free |
Situs Ekstensi | http://stalk.io |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |