Websee
This extension powers Websee, the most popular daily links and discussions across the web, from anonymous extension users like you!
Apa itu Websee?
Websee adalah ekstensi Chrome yang dikembangkan oleh https://websee.io, dan fitur utamanya adalah "This extension powers Websee, the most popular daily links and discussions across the web, from anonymous extension users like you!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Websee
Unduh file ekstensi Websee 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
Join the collective mind of the web! Create private groups to automatically share the web content you and friends discover. More features on the way. https://www.websee.io/ The extension codebase is completely open source and freely licensed under the GNU General Public License. The code repository can be viewed at https://github.com/lasernite/websee_ext. We welcome your contributions!
Informasi Dasar Ekstensi
Nama | Websee |
ID | pcpblbaphpngepnmihnboflfjaibgoek |
URL Resmi | https://chromewebstore.google.com/detail/websee/pcpblbaphpngepnmihnboflfjaibgoek |
Deskripsi | This extension powers Websee, the most popular daily links and discussions across the web, from anonymous extension users like you! |
Ukuran File | 79.49 KB |
Jumlah Instalasi | 27 |
Versi Saat Ini | 0.6 |
Terakhir Diperbarui | 2017-03-25 |
Tanggal Publikasi | 2017-03-25 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://websee.io |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.websee.io/ |
URL Halaman Kebijakan Privasi | https://www.newstream.io/privacy_policy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Websee", "short_name": "Websee", "description": "This extension powers Websee, the most popular daily links and discussions across the web, from anonymous extension users like you!", "version": "0.6", "permissions": [ "activeTab", "tabs", "webNavigation", "storage" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Websee - The Sea of the Web", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.websee.io\/*", "https:\/\/www.websee.io\/*" ], "js": [ "websee.js" ] } ] } |