HistoryStats
Provides a statistical and graphical display of web page visits stored in your browser's history
Was ist HistoryStats?
HistoryStats ist eine Chrome-Erweiterung, die von gmsapps entwickelt wurde, und ihr Hauptmerkmal ist "Provides a statistical and graphical display of web page visits stored in your browser's history".
Erweiterungsscreenshots
HistoryStats-Erweiterungs-CRX-Datei herunterladen
Laden Sie HistoryStats-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jificbcgkgbgddjehcegimolpobpcpbl |
Offizielle URL | https://chrome.google.com/webstore/detail/historystats/jificbcgkgbgddjehcegimolpobpcpbl |
Beschreibung | Provides a statistical and graphical display of web page visits stored in your browser's history |
Dateigröße | 67.7 KB |
Installationsanzahl | 383 |
Aktuelle Version | 1.4 |
Letztes Update | 2015-08-31 |
Veröffentlichungsdatum | 2015-08-31 |
Bewertung | 3.75/5 Insgesamt 8 Bewertungen |
Entwickler | gmsapps |
Zahlungsart | free |
Erweiterungswebsite | https://sites.google.com/site/appsbygarystump/ |
Unterstützte Sprachen | 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" ] } } |