Browsed

Reads your history and reports what you have been browsing last day, week and month (with count per domain).

O que é Browsed?

Browsed é uma extensão do Chrome desenvolvida por justaman, e sua principal característica é "Reads your history and reports what you have been browsing last day, week and month (with count per domain).".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Browsed

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

                        Have you ever wondered about your real browsing habits? like what pages you see and how often?

I wanted to get an idea of my real use of the browser. The history page was not enough. So I rolled this super simple plugin which reads the history, counts the visits per web site (domain) and display it in a super clean way.

This plugin is simple, convenient and solid. Great tool for self improvement.                    

Informações Básicas da Extensão

Nome Browsed Browsed
ID bjeplkhoeocfgnlflejjoonnnmkkjdgk
URL Oficial https://chromewebstore.google.com/detail/browsed/bjeplkhoeocfgnlflejjoonnnmkkjdgk
Descrição Reads your history and reports what you have been browsing last day, week and month (with count per domain).
Tamanho do Arquivo 9.62 KB
Contagem de Instalações 81
Versão Atual 1.0.0.3
Última Atualização 2016-03-17
Data de Publicação 2016-03-17
Classificação 4.57/5 Total de 7 Avaliações
Desenvolvedor justaman
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browsed",
    "version": "1.0.0.3",
    "description": "Reads your history and reports what you have been browsing last day, week and month (with count per domain).",
    "permissions": [
        "history"
    ],
    "browser_action": {
        "default_popup": "typedUrls.html",
        "default_icon": "clock.png"
    },
    "manifest_version": 2
}