SnapTab

Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs…

O que é SnapTab?

SnapTab é uma extensão do Chrome desenvolvida por Andrew Kirillov, e sua principal característica é "Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SnapTab

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

                        Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs currently in your browser window with one click. You can access and edit your snapshots from SnapTab's intuitive dashboard for later use.                    

Informações Básicas da Extensão

Nome SnapTab SnapTab
ID iihldjnghemdinkkpmkoafbhlfbplplc
URL Oficial https://chromewebstore.google.com/detail/snaptab/iihldjnghemdinkkpmkoafbhlfbplplc
Descrição Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs…
Tamanho do Arquivo 406 KB
Contagem de Instalações 27
Versão Atual 1.0.2
Última Atualização 2020-05-07
Data de Publicação 2020-05-07
Desenvolvedor Andrew Kirillov
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/AndrewKirillo/SnapTab
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SnapTab",
    "version": "1.0.2",
    "manifest_version": 2,
    "author": "Andrew Kirillov",
    "browser_action": {
        "default_icon": "SnapTab_logo_128.png",
        "default_title": "SnapTab",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "SnapTab_logo_16.png",
        "48": "SnapTab_logo_48.png",
        "128": "SnapTab_logo_128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ]
}