HistoryStats
Provides a statistical and graphical display of web page visits stored in your browser's history
Co je HistoryStats?
HistoryStats je rozšíření Chrome vyvinuté gmsapps, a jeho hlavní funkcí je „Provides a statistical and graphical display of web page visits stored in your browser's history“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření HistoryStats
Stáhněte si soubory rozšíření HistoryStats ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | jificbcgkgbgddjehcegimolpobpcpbl |
Oficiální URL | https://chrome.google.com/webstore/detail/historystats/jificbcgkgbgddjehcegimolpobpcpbl |
Popis | Provides a statistical and graphical display of web page visits stored in your browser's history |
Velikost souboru | 67.7 KB |
Počet instalací | 383 |
Aktuální Verze | 1.4 |
Poslední Aktualizace | 2015-08-31 |
Datum Vydání | 2015-08-31 |
Hodnocení | 3.75/5 Celkem 8 Hodnocení |
Vývojář | gmsapps |
Typ Platby | free |
Webové stránky Rozšíření | https://sites.google.com/site/appsbygarystump/ |
Podporované Jazyky | 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" ] } } |