Analyze History

An extension that show you how often you visited current website, and tell you your top 5 visited websites

O que é Analyze History?

Analyze History é uma extensão do Chrome desenvolvida por Amos, e sua principal característica é "An extension that show you how often you visited current website, and tell you your top 5 visited websites".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Analyze History

Baixe arquivos de extensão Analyze History 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

                        Analyze History is an extension that can tell you

1) how many times you have visited current website
2)how long  you visited current website last time from now
3)what's the top 5 websites you visited and your visited times                    

Informações Básicas da Extensão

Nome Analyze History Analyze History
ID kleihheiomkhafhgeacplkpmgiohcihk
URL Oficial https://chromewebstore.google.com/detail/analyze-history/kleihheiomkhafhgeacplkpmgiohcihk
Descrição An extension that show you how often you visited current website, and tell you your top 5 visited websites
Tamanho do Arquivo 717 KB
Contagem de Instalações 84
Versão Atual 0.1
Última Atualização 2015-11-22
Data de Publicação 2015-11-22
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor Amos
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Analyze History",
    "description": "An extension that show you how often you visited current website, and tell you your top 5 visited websites",
    "version": "0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Analyse your history"
    },
    "permissions": [
        "activeTab",
        "history"
    ]
}