HistoryStats
Provides a statistical and graphical display of web page visits stored in your browser's history
O que é HistoryStats?
HistoryStats é uma extensão do Chrome desenvolvida por gmsapps, e sua principal característica é "Provides a statistical and graphical display of web page visits stored in your browser's history".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão HistoryStats
Baixe arquivos de extensão HistoryStats no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | jificbcgkgbgddjehcegimolpobpcpbl |
URL Oficial | https://chrome.google.com/webstore/detail/historystats/jificbcgkgbgddjehcegimolpobpcpbl |
Descrição | Provides a statistical and graphical display of web page visits stored in your browser's history |
Tamanho do Arquivo | 67.7 KB |
Contagem de Instalações | 383 |
Versão Atual | 1.4 |
Última Atualização | 2015-08-31 |
Data de Publicação | 2015-08-31 |
Classificação | 3.75/5 Total de 8 Avaliações |
Desenvolvedor | gmsapps |
Tipo de Pagamento | free |
Site da Extensão | https://sites.google.com/site/appsbygarystump/ |
Idiomas Suportados | 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" ] } } |