Visualize My History
Visualize your browsing history with a scattergraph of all your browsing.
Hvad er Visualize My History?
Visualize My History er en Chrome-udvidelse udviklet af Mark Hansen, og dens hovedfunktion er "Visualize your browsing history with a scattergraph of all your browsing.".
Udvidelsesskærmbilleder
Download Visualize My History-udvidelses-CRX-fil
Download Visualize My History-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Visualize My History |
ID | gdedhdlfdeaakpdfkikflkfnbiegaonb |
Officiel URL | https://chromewebstore.google.com/detail/visualize-my-history/gdedhdlfdeaakpdfkikflkfnbiegaonb |
Beskrivelse | Visualize your browsing history with a scattergraph of all your browsing. |
Filstørrelse | 615 KB |
Antal Installationer | 803 |
Nuværende Version | 0.0.3 |
Senest Opdateret | 2023-02-12 |
Udgivelsesdato | 2017-10-31 |
Bedømmelse | 4.21/5 Samlet 14 Bedømmelser |
Udvikler | Mark Hansen |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.markhansen.co.nz/scatter-fm/ |
Understøttede Sprog | 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" ] } } |