Histree

View your browsing history as a tree

Qu'est-ce que Histree ?

Histree est une extension Chrome développée par themacrochip, et sa fonction principale est "View your browsing history as a tree".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Histree

Téléchargez les fichiers d'extension Histree au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Histree Histree
ID linpklflmolmnhckgoojppnfhajngaoh
URL Officiel https://chromewebstore.google.com/detail/histree/linpklflmolmnhckgoojppnfhajngaoh
Description View your browsing history as a tree
Taille du Fichier 328 KB
Nombre d'Installations 23
Version Actuelle 1.5
Dernière Mise à Jour 2020-10-23
Date de Publication 2020-08-20
Développeur themacrochip
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}