Visualize My History
Visualize your browsing history with a scattergraph of all your browsing.
Apa itu Visualize My History?
Visualize My History adalah ekstensi Chrome yang dikembangkan oleh Mark Hansen, dan fitur utamanya adalah "Visualize your browsing history with a scattergraph of all your browsing.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Visualize My History
Unduh file ekstensi Visualize My History 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
See what sites you visit the most, and what times you spent on which sites. Visualise your entire browsing history on one graph. Graphs are plotted by time of day vs day, and colored by hostname.
Informasi Dasar Ekstensi
Nama | Visualize My History |
ID | gdedhdlfdeaakpdfkikflkfnbiegaonb |
URL Resmi | https://chromewebstore.google.com/detail/visualize-my-history/gdedhdlfdeaakpdfkikflkfnbiegaonb |
Deskripsi | Visualize your browsing history with a scattergraph of all your browsing. |
Ukuran File | 615 KB |
Jumlah Instalasi | 803 |
Versi Saat Ini | 0.0.3 |
Terakhir Diperbarui | 2023-02-12 |
Tanggal Publikasi | 2017-10-31 |
Penilaian | 4.21/5 Total 14 Penilaian |
Pengembang | Mark Hansen |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.markhansen.co.nz/scatter-fm/ |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Visualize My History", "version": "0.0.3", "description": "Visualize your browsing history with a scattergraph of all your browsing.", "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "Visualize My History" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "history" ], "offline_enabled": true, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "bg.js" ] } } |