HistoryStats
Provides a statistical and graphical display of web page visits stored in your browser's history
Qu'est-ce que HistoryStats ?
HistoryStats est une extension Chrome développée par gmsapps, et sa fonction principale est "Provides a statistical and graphical display of web page visits stored in your browser's history".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HistoryStats
Téléchargez les fichiers d'extension HistoryStats au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | jificbcgkgbgddjehcegimolpobpcpbl |
URL Officiel | 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 |
Taille du Fichier | 67.7 KB |
Nombre d'Installations | 383 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2015-08-31 |
Date de Publication | 2015-08-31 |
Évaluation | 3.75/5 Total 8 Évaluations |
Développeur | gmsapps |
Type de Paiement | free |
Site Web de l'Extension | https://sites.google.com/site/appsbygarystump/ |
Langues Prises en Charge | 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" ] } } |