Histree

View your browsing history as a tree

什么是Histree?

Histree是由themacrochip开发的Chrome扩展程序,该扩展的主要功能是“View your browsing history as a tree”。

扩展截图

screenshot

下载Histree扩展crx文件

下载Histree扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Your browser history is your mind map. The journey of how you got to your information can be as important as the information itself. You want to know what you already read, what you tried that didn't work, and how you ended up on the page that you did.                    

扩展基本信息

名称 Histree Histree
ID linpklflmolmnhckgoojppnfhajngaoh
官方URL https://chromewebstore.google.com/detail/histree/linpklflmolmnhckgoojppnfhajngaoh
简介 View your browsing history as a tree
文件大小 328 KB
安装次数 23
当前版本 1.5
更新时间 2020-10-23
上架时间 2020-08-20
开发者 themacrochip
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Histree",
    "version": "1.5",
    "description": "View your browsing history as a tree",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "history"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon128.png"
    },
    "commands": {
        "show-tree": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "Command+Shift+H"
            },
            "description": "Show history tree"
        }
    },
    "manifest_version": 2
}