Simple History

A basic history tool to view visted site, no of visists and last visited

O que é Simple History?

Simple History é uma extensão do Chrome desenvolvida por Miqdad Ali K, e sua principal característica é "A basic history tool to view visted site, no of visists and last visited".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Simple History

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

                        Single click to view your all browsing historyView all your browsing history and total number of visit to particular URL.

You can easily view your web hostory with total visit count, last visited time and search history

Features

* Daily visit history
* No.of visit to particular URL
* Last visited date
* Easy search for URL or title of the page                    

Informações Básicas da Extensão

Nome Simple History Simple History
ID nlnocjkcmekdoghcabgkflhpliibmoha
URL Oficial https://chromewebstore.google.com/detail/simple-history/nlnocjkcmekdoghcabgkflhpliibmoha
Descrição A basic history tool to view visted site, no of visists and last visited
Tamanho do Arquivo 146 KB
Contagem de Instalações 123
Versão Atual 1.1
Última Atualização 2016-02-23
Data de Publicação 2016-02-23
Desenvolvedor Miqdad Ali K
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple History",
    "description": "A basic history tool to view visted site, no of visists and last visited",
    "version": "1.1",
    "permissions": [
        "history"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon48.png",
            "38": "img\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "page": "popup.html"
    },
    "web_accessible_resources": [
        "img\/icon128.png"
    ]
}