Histree

View your browsing history as a tree

Was ist Histree?

Histree ist eine Chrome-Erweiterung, die von themacrochip entwickelt wurde, und ihr Hauptmerkmal ist "View your browsing history as a tree".

Erweiterungsscreenshots

screenshot

Histree-Erweiterungs-CRX-Datei herunterladen

Laden Sie Histree-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Histree Histree
ID linpklflmolmnhckgoojppnfhajngaoh
Offizielle URL https://chromewebstore.google.com/detail/histree/linpklflmolmnhckgoojppnfhajngaoh
Beschreibung View your browsing history as a tree
Dateigröße 328 KB
Installationsanzahl 23
Aktuelle Version 1.5
Letztes Update 2020-10-23
Veröffentlichungsdatum 2020-08-20
Entwickler themacrochip
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}