HistoryStats
Provides a statistical and graphical display of web page visits stored in your browser's history
Wat is HistoryStats?
HistoryStats is een Chrome-extensie ontwikkeld door gmsapps, en de belangrijkste functie is "Provides a statistical and graphical display of web page visits stored in your browser's history".
Extensie Screenshots
Download het CRX-bestand van de extensie HistoryStats
Download HistoryStats-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jificbcgkgbgddjehcegimolpobpcpbl |
Officiële URL | https://chrome.google.com/webstore/detail/historystats/jificbcgkgbgddjehcegimolpobpcpbl |
Beschrijving | Provides a statistical and graphical display of web page visits stored in your browser's history |
Bestandsgrootte | 67.7 KB |
Aantal Installaties | 383 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2015-08-31 |
Publicatiedatum | 2015-08-31 |
Beoordeling | 3.75/5 Totaal 8 Beoordelingen |
Ontwikkelaar | gmsapps |
Betalingswijze | free |
Extensiewebsite | https://sites.google.com/site/appsbygarystump/ |
Ondersteunde Talen | 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" ] } } |