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 |
Eメール | [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" ] } } |