Visualize My History
Visualize your browsing history with a scattergraph of all your browsing.
What is Visualize My History?
Visualize My History is a Chrome extension developed by Mark Hansen, and its main feature is "Visualize your browsing history with a scattergraph of all your browsing.".
Extension Screenshots
Download Visualize My History Extension CRX File
Download Visualize My History extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Visualize My History |
ID | gdedhdlfdeaakpdfkikflkfnbiegaonb |
Official URL | https://chromewebstore.google.com/detail/visualize-my-history/gdedhdlfdeaakpdfkikflkfnbiegaonb |
Description | Visualize your browsing history with a scattergraph of all your browsing. |
File Size | 615 KB |
Installation Count | 803 |
Current Version | 0.0.3 |
Last Updated | 2023-02-12 |
Publish Date | 2017-10-31 |
Rating | 4.21/5 Total 14 Ratings |
Developer | Mark Hansen |
[email protected] | |
Payment Type | free |
Extension Website | https://www.markhansen.co.nz/scatter-fm/ |
Supported Languages | 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" ] } } |