Visualize My History
Visualize your browsing history with a scattergraph of all your browsing.
什么是Visualize My History?
Visualize My History是由Mark Hansen开发的Chrome扩展程序,该扩展的主要功能是“Visualize your browsing history with a scattergraph of all your browsing.”。
扩展截图
下载Visualize My History扩展crx文件
下载Visualize My History扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Visualize My History |
ID | gdedhdlfdeaakpdfkikflkfnbiegaonb |
官方URL | https://chromewebstore.google.com/detail/visualize-my-history/gdedhdlfdeaakpdfkikflkfnbiegaonb |
简介 | Visualize your browsing history with a scattergraph of all your browsing. |
文件大小 | 615 KB |
安装次数 | 803 |
当前版本 | 0.0.3 |
更新时间 | 2023-02-12 |
上架时间 | 2017-10-31 |
评分 | 4.21/5 共14次评分 |
开发者 | Mark Hansen |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.markhansen.co.nz/scatter-fm/ |
支持的语言 | 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" ] } } |