HistoryStats
Provides a statistical and graphical display of web page visits stored in your browser's history
Cos'è HistoryStats?
HistoryStats è un'estensione di Chrome sviluppata da gmsapps, e la sua funzione principale è "Provides a statistical and graphical display of web page visits stored in your browser's history".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HistoryStats
Scarica i file di estensione HistoryStats in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jificbcgkgbgddjehcegimolpobpcpbl |
URL Ufficiale | https://chrome.google.com/webstore/detail/historystats/jificbcgkgbgddjehcegimolpobpcpbl |
Descrizione | Provides a statistical and graphical display of web page visits stored in your browser's history |
Dimensione del File | 67.7 KB |
Conteggio Installazioni | 383 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2015-08-31 |
Data di Pubblicazione | 2015-08-31 |
Valutazione | 3.75/5 Totale 8 Valutazioni |
Sviluppatore | gmsapps |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://sites.google.com/site/appsbygarystump/ |
Lingue Supportate | 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" ] } } |