HistoryTree

HistoryTree takes your history and puts it together like a puzzle to help you determine how you got from one place to another.

Qu'est-ce que HistoryTree ?

HistoryTree est une extension Chrome développée par Michael Wehar, et sa fonction principale est "HistoryTree takes your history and puts it together like a puzzle to help you determine how you got from one place to another.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension HistoryTree 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

                        * What does it do?
The web browser stores your history. But, it doesn't determine how one website leads you to another. HistoryTree takes your history and puts it together like a puzzle so that you can determine how you got from one place to another.

* Who is it for?
Anyone who has ever asked the question, "How did I get here?" It's common place to use the computer to work on a homework assignment and then end up watching a video on how JFK's brain went mysteriously missing after his assassination. As I said, "How did I get there?"

Note: Your history is something that should be kept private.  Our chrome extension runs entirely on your device within your browser.  We recommend that you refrain from sharing history data with any external entities.                    

Informations de Base sur l'Extension

Nom HistoryTree HistoryTree
ID cllbcjjaobbeplenbfhlpnhcmhfehgep
URL Officiel https://chromewebstore.google.com/detail/historytree/cllbcjjaobbeplenbfhlpnhcmhfehgep
Description HistoryTree takes your history and puts it together like a puzzle to help you determine how you got from one place to another.
Taille du Fichier 42.42 KB
Nombre d'Installations 33
Version Actuelle 1.1
Dernière Mise à Jour 2018-05-14
Date de Publication 2018-05-14
Évaluation 5.00/5 Total 2 Évaluations
Développeur Michael Wehar
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://michaelwehar.com/metatree/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HistoryTree",
    "description": "HistoryTree takes your history and puts it together like a puzzle to help you determine how you got from one place to another.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "history",
        "tabs"
    ]
}