HistoryTree

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

HistoryTree क्या है?

HistoryTree Michael Wehar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "HistoryTree takes your history and puts it together like a puzzle to help you determine how you got from one place to another."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HistoryTree एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        * 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.                    

एक्सटेंशन की मूल जानकारी

नाम HistoryTree HistoryTree
ID cllbcjjaobbeplenbfhlpnhcmhfehgep
आधिकारिक URL https://chromewebstore.google.com/detail/historytree/cllbcjjaobbeplenbfhlpnhcmhfehgep
विवरण HistoryTree takes your history and puts it together like a puzzle to help you determine how you got from one place to another.
फ़ाइल का आकार 42.42 KB
स्थापना संख्या 33
वर्तमान संस्करण 1.1
अंतिम अपडेट 2018-05-14
प्रकाशन तिथि 2018-05-14
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Michael Wehar
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://michaelwehar.com/metatree/
समर्थित भाषाएँ 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"
    ]
}