CheckPoint

Save currently open browser tabs, and Restore later

O que é CheckPoint?

CheckPoint é uma extensão do Chrome desenvolvida por purudpd, e sua principal característica é "Save currently open browser tabs, and Restore later".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CheckPoint

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

                        The extension allows you to save all the currently opened tabs and restore them at any time later.

Version-1.3 brings better design                    

Informações Básicas da Extensão

Nome CheckPoint CheckPoint
ID ekfpfbmkccjmhanfdgafajkmihbckjhn
URL Oficial https://chromewebstore.google.com/detail/checkpoint/ekfpfbmkccjmhanfdgafajkmihbckjhn
Descrição Save currently open browser tabs, and Restore later
Tamanho do Arquivo 204 KB
Contagem de Instalações 127
Versão Atual 1.3
Última Atualização 2016-08-25
Data de Publicação 2016-08-24
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor purudpd
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CheckPoint",
    "description": "Save currently open browser tabs, and Restore later",
    "version": "1.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "CheckPoint"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "tabs",
        "storage"
    ]
}