Statsify
Visualize cool stats about a page with a single click!
Apa itu Statsify?
Statsify adalah ekstensi Chrome yang dikembangkan oleh Alan Bi, dan fitur utamanya adalah "Visualize cool stats about a page with a single click!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Statsify
Unduh file ekstensi Statsify 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
Statsify allows you to view interesting statistics and information about the webpage you're currently browsing. With a single click, you can generate the following insights: • Ratio of internal vs. outbound links • Most frequent words • Key phrases • Total word count Visit https://www.statsify.us to learn more and access even more visualizations and statistics!
Informasi Dasar Ekstensi
Nama | |
ID | nmifmhiilofkndfejgeigkkpmkmlgoeb |
URL Resmi | https://chrome.google.com/webstore/detail/statsify/nmifmhiilofkndfejgeigkkpmkmlgoeb |
Deskripsi | Visualize cool stats about a page with a single click! |
Ukuran File | 15.84 KB |
Jumlah Instalasi | 22 |
Versi Saat Ini | 1.00 |
Terakhir Diperbarui | 2019-02-17 |
Tanggal Publikasi | 2019-02-17 |
Penilaian | 3.00/5 Total 1 Penilaian |
Pengembang | Alan Bi |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.statsify.us |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Statsify", "description": "Visualize cool stats about a page with a single click!", "version": "1.00", "icons": { "128": "assets\/logo.png" }, "browser_action": { "default_icon": "assets\/logo.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |