Save State - Tabs

An extension which will save the state of your open tabs! Have you ever had an overwhelming amount of tabs open - cluttering your…

O que é Save State - Tabs?

Save State - Tabs é uma extensão do Chrome desenvolvida por markatron9000, e sua principal característica é "An extension which will save the state of your open tabs! Have you ever had an overwhelming amount of tabs open - cluttering your…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Save State - Tabs

Baixe arquivos de extensão Save State - Tabs 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

                        An extension which will save the state of your open tabs! Have you ever had an overwhelming amount of tabs open - cluttering your browser - which were necessary for a project, but were not needed at the present moment? Simply save the state, de-clutter your session, and then re-open them again whenever you wish at the click of a button! If you have Sync turned on for your Google account, these states can transfer across computers as well, making it as easy as a button click to transfer tabs from one computer to another!                    

Informações Básicas da Extensão

Nome Save State - Tabs Save State - Tabs
ID aeffgobbboncedkpnmdnmleelohnbpig
URL Oficial https://chromewebstore.google.com/detail/save-state-tabs/aeffgobbboncedkpnmdnmleelohnbpig
Descrição An extension which will save the state of your open tabs! Have you ever had an overwhelming amount of tabs open - cluttering your…
Tamanho do Arquivo 1.18 MB
Contagem de Instalações 219
Versão Atual 1.0
Última Atualização 2021-08-13
Data de Publicação 2021-08-13
Classificação 2.67/5 Total de 6 Avaliações
Desenvolvedor markatron9000
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save State - Tabs",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_title": "Save State - Tabs",
        "default_icon": "art.png",
        "default_popup": "hello.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "art.png",
        "48": "art.png",
        "128": "art.png"
    }
}