Visualize My History
Visualize your browsing history with a scattergraph of all your browsing.
Qu'est-ce que Visualize My History ?
Visualize My History est une extension Chrome développée par Mark Hansen, et sa fonction principale est "Visualize your browsing history with a scattergraph of all your browsing.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Visualize My History
Téléchargez les fichiers d'extension Visualize My History au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Visualize My History |
ID | gdedhdlfdeaakpdfkikflkfnbiegaonb |
URL Officiel | https://chromewebstore.google.com/detail/visualize-my-history/gdedhdlfdeaakpdfkikflkfnbiegaonb |
Description | Visualize your browsing history with a scattergraph of all your browsing. |
Taille du Fichier | 615 KB |
Nombre d'Installations | 803 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2023-02-12 |
Date de Publication | 2017-10-31 |
Évaluation | 4.21/5 Total 14 Évaluations |
Développeur | Mark Hansen |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.markhansen.co.nz/scatter-fm/ |
Langues Prises en Charge | 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" ] } } |