HistoryStats

Provides a statistical and graphical display of web page visits stored in your browser's history

HistoryStats क्या है?

HistoryStats gmsapps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides a statistical and graphical display of web page visits stored in your browser's history"।

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

screenshot

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

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

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

                        HistoryStats provides you with a statistical and graphical display of your browser's history.  Existing historical web pages can be selected and opened in a new browser tab, and you can sort the browser's history based on total number of visits and most recent visits to web sites. This extension supports simple history deletion capabilities.                    

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

नाम HistoryStats HistoryStats
ID jificbcgkgbgddjehcegimolpobpcpbl
आधिकारिक URL https://chrome.google.com/webstore/detail/historystats/jificbcgkgbgddjehcegimolpobpcpbl
विवरण Provides a statistical and graphical display of web page visits stored in your browser's history
फ़ाइल का आकार 67.7 KB
स्थापना संख्या 383
वर्तमान संस्करण 1.4
अंतिम अपडेट 2015-08-31
प्रकाशन तिथि 2015-08-31
रेटिंग 3.75/5 कुल 8 रेटिंग्स
डेवलपर gmsapps
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://sites.google.com/site/appsbygarystump/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HistoryStats",
    "version": "1.4",
    "description": "Provides a statistical and graphical display of web page visits stored in your browser's history",
    "browser_action": {
        "default_icon": "icon24.png"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "history"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}