HistoryStats
Provides a statistical and graphical display of web page visits stored in your browser's history
What is HistoryStats?
HistoryStats is a Chrome extension developed by gmsapps, and its main feature is "Provides a statistical and graphical display of web page visits stored in your browser's history".
Extension Screenshots
Download HistoryStats Extension CRX File
Download HistoryStats extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | jificbcgkgbgddjehcegimolpobpcpbl |
Official URL | https://chrome.google.com/webstore/detail/historystats/jificbcgkgbgddjehcegimolpobpcpbl |
Description | Provides a statistical and graphical display of web page visits stored in your browser's history |
File Size | 67.7 KB |
Installation Count | 383 |
Current Version | 1.4 |
Last Updated | 2015-08-31 |
Publish Date | 2015-08-31 |
Rating | 3.75/5 Total 8 Ratings |
Developer | gmsapps |
Payment Type | free |
Extension Website | https://sites.google.com/site/appsbygarystump/ |
Supported Languages | 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" ] } } |