HistoryTree
HistoryTree takes your history and puts it together like a puzzle to help you determine how you got from one place to another.
什么是HistoryTree?
HistoryTree是由Michael Wehar开发的Chrome扩展程序,该扩展的主要功能是“HistoryTree takes your history and puts it together like a puzzle to help you determine how you got from one place to another.”。
扩展截图
下载HistoryTree扩展crx文件
下载HistoryTree扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
* What does it do? The web browser stores your history. But, it doesn't determine how one website leads you to another. HistoryTree takes your history and puts it together like a puzzle so that you can determine how you got from one place to another. * Who is it for? Anyone who has ever asked the question, "How did I get here?" It's common place to use the computer to work on a homework assignment and then end up watching a video on how JFK's brain went mysteriously missing after his assassination. As I said, "How did I get there?" Note: Your history is something that should be kept private. Our chrome extension runs entirely on your device within your browser. We recommend that you refrain from sharing history data with any external entities.
扩展基本信息
名称 | HistoryTree |
ID | cllbcjjaobbeplenbfhlpnhcmhfehgep |
官方URL | https://chromewebstore.google.com/detail/historytree/cllbcjjaobbeplenbfhlpnhcmhfehgep |
简介 | HistoryTree takes your history and puts it together like a puzzle to help you determine how you got from one place to another. |
文件大小 | 42.42 KB |
安装次数 | 33 |
当前版本 | 1.1 |
更新时间 | 2018-05-14 |
上架时间 | 2018-05-14 |
评分 | 5.00/5 共2次评分 |
开发者 | Michael Wehar |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://michaelwehar.com/metatree/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HistoryTree", "description": "HistoryTree takes your history and puts it together like a puzzle to help you determine how you got from one place to another.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "history", "tabs" ] } |