Histree

Histree

¿Qué es Histree?

Histree es una extensión de Chrome desarrollada por Anne Veling, y su función principal es "Histree".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Histree

Descarga archivos de extensión Histree en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Histree Histree
ID lngppkkhjifheiegfeloipgaeomjfgbf
URL Oficial https://chromewebstore.google.com/detail/histree/lngppkkhjifheiegfeloipgaeomjfgbf
Descripción Histree
Tamaño del Archivo 800 KB
Cantidad de Instalaciones 217
Versión Actual 1.6
Última Actualización 2012-11-26
Fecha de Publicación 2012-11-26
Calificación 3.60/5 Total de 5 Calificaciones
Desarrollador Anne Veling
Tipo de Pago free
Idiomas Soportados 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'"
}