Visualize My History
Visualize your browsing history with a scattergraph of all your browsing.
Wat is Visualize My History?
Visualize My History is een Chrome-extensie ontwikkeld door Mark Hansen, en de belangrijkste functie is "Visualize your browsing history with a scattergraph of all your browsing.".
Extensie Screenshots
Download het CRX-bestand van de extensie Visualize My History
Download Visualize My History-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Visualize My History |
ID | gdedhdlfdeaakpdfkikflkfnbiegaonb |
Officiële URL | https://chromewebstore.google.com/detail/visualize-my-history/gdedhdlfdeaakpdfkikflkfnbiegaonb |
Beschrijving | Visualize your browsing history with a scattergraph of all your browsing. |
Bestandsgrootte | 615 KB |
Aantal Installaties | 803 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2023-02-12 |
Publicatiedatum | 2017-10-31 |
Beoordeling | 4.21/5 Totaal 14 Beoordelingen |
Ontwikkelaar | Mark Hansen |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.markhansen.co.nz/scatter-fm/ |
Ondersteunde Talen | 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" ] } } |