HistoryStats

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

Co to jest HistoryStats?

HistoryStats to rozszerzenie Chrome opracowane przez gmsapps, a jego główną funkcją jest „Provides a statistical and graphical display of web page visits stored in your browser's history”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia HistoryStats

Pobierz pliki rozszerzeń HistoryStats w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa HistoryStats HistoryStats
ID jificbcgkgbgddjehcegimolpobpcpbl
Oficjalny URL https://chrome.google.com/webstore/detail/historystats/jificbcgkgbgddjehcegimolpobpcpbl
Opis Provides a statistical and graphical display of web page visits stored in your browser's history
Rozmiar pliku 67.7 KB
Liczba instalacji 383
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2015-08-31
Data Publikacji 2015-08-31
Ocena 3.75/5 Łącznie 8 Oceny
Deweloper gmsapps
Typ Płatności free
Strona Rozszerzenia https://sites.google.com/site/appsbygarystump/
Obsługiwane Języki 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"
        ]
    }
}