Histree

Histree

Histree क्या है?

Histree Anne Veling द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Histree"।

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

screenshot

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

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

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

                        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                    

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

नाम Histree Histree
ID lngppkkhjifheiegfeloipgaeomjfgbf
आधिकारिक URL https://chromewebstore.google.com/detail/histree/lngppkkhjifheiegfeloipgaeomjfgbf
विवरण Histree
फ़ाइल का आकार 800 KB
स्थापना संख्या 217
वर्तमान संस्करण 1.6
अंतिम अपडेट 2012-11-26
प्रकाशन तिथि 2012-11-26
रेटिंग 3.60/5 कुल 5 रेटिंग्स
डेवलपर Anne Veling
भुगतान के प्रकार free
समर्थित भाषाएँ 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'"
}