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 |
官方網址 | 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" ] } } |