History Viewer

Easy access to your current browser session's history

O que é History Viewer?

History Viewer é uma extensão do Chrome desenvolvida por https://james-coyle.dev, e sua principal característica é "Easy access to your current browser session's history".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão History Viewer

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

                        Provides quick access to the history of your current browsing session. Easily return to a page you were looking at 10 minutes ago without having to delve into your browser history.                    

Informações Básicas da Extensão

Nome History Viewer History Viewer
ID lepdeiameebhegahgipnooenlpndibng
URL Oficial https://chromewebstore.google.com/detail/history-viewer/lepdeiameebhegahgipnooenlpndibng
Descrição Easy access to your current browser session's history
Tamanho do Arquivo 1.49 MB
Contagem de Instalações 45
Versão Atual 0.1
Última Atualização 2022-10-16
Data de Publicação 2022-10-16
Desenvolvedor https://james-coyle.dev
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/JamesCoyle/history-extention
URL da Página de Ajuda https://github.com/JamesCoyle/downloads-extention/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "History Viewer",
    "version": "0.1",
    "short_name": "History",
    "author": "James Coyle",
    "description": "Easy access to your current browser session's history",
    "icons": {
        "512": "icon.png"
    },
    "permissions": [
        "history",
        "storage",
        "favicon"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "History"
    },
    "options_page": "options.html",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+H",
                "mac": "Alt+H",
                "chromeos": "Alt+H",
                "linux": "Alt+H"
            }
        }
    },
    "background": {
        "service_worker": "build\/background.js"
    }
}