Histree

Histree

什么是Histree?

Histree是由Anne Veling开发的Chrome扩展程序,该扩展的主要功能是“Histree”。

扩展截图

screenshot

下载Histree扩展crx文件

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

扩展使用说明

                        History Extension that keeps track of your browsing history and the relationships between tabs and windows, and visualizes that in trees.

Recognizes ctrl-clicks in new tabs, normal tab navigation and going back.

Allows the user to close an open tab from the history window, and reopen that url.

Go to History (ctrl-Y) in Chrome to view your history

Created as a #w00tcamp 2012 project, feedback is welcome                    

扩展基本信息

名称 Histree Histree
ID lngppkkhjifheiegfeloipgaeomjfgbf
官方URL https://chromewebstore.google.com/detail/histree/lngppkkhjifheiegfeloipgaeomjfgbf
简介 Histree
文件大小 800 KB
安装次数 217
当前版本 1.6
更新时间 2012-11-26
上架时间 2012-11-26
评分 3.60/5 共5次评分
开发者 Anne Veling
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Histree",
    "version": "1.6",
    "manifest_version": 2,
    "icons": {
        "16": "treerings16.png",
        "48": "treerings48.png",
        "128": "treerings128.png"
    },
    "description": "Histree",
    "background": {
        "scripts": [
            "models.js",
            "storage.js",
            "urlcontrol.js",
            "bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "",
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "chrome_url_overrides": {
        "history": "histree.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}