History Analyzer
View statistics of your chrome browser history.
O que é History Analyzer?
History Analyzer é uma extensão do Chrome desenvolvida por fatimeseelimi, e sua principal característica é "View statistics of your chrome browser history.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão History Analyzer
Baixe arquivos de extensão History Analyzer 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
View statistics of the pages you've visited in chrome's new tab. This is an initial proof of concept app, we will be updating the extension with more advanced features and optimize the performance.
Informações Básicas da Extensão
Nome | |
ID | ffinijbioflfopelgkhlaiphpmdembig |
URL Oficial | https://chrome.google.com/webstore/detail/history-analyzer/ffinijbioflfopelgkhlaiphpmdembig |
Descrição | View statistics of your chrome browser history. |
Tamanho do Arquivo | 66.92 KB |
Contagem de Instalações | 161 |
Versão Atual | 1 |
Última Atualização | 2018-09-09 |
Data de Publicação | 2018-09-09 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | fatimeseelimi |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "History Analyzer", "description": "View statistics of your chrome browser history.", "version": "1", "author": "Fatime Selimi", "browser_action": { "default_title": "Have a good day" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "activeTab", "history" ], "options_page": "newtab.html", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |