Backup and Restore Tabs

Backup all opened urls, and restore them next time.

O que é Backup and Restore Tabs?

Backup and Restore Tabs é uma extensão do Chrome desenvolvida por TheLostRiver, e sua principal característica é "Backup all opened urls, and restore them next time.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Backup and Restore Tabs

Baixe arquivos de extensão Backup and Restore 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

                        This extension software helps you backup all your opened tabs, and restore them at any time you need.

This extension software will also record last closed window, and all windows and tabs that not closed normally.                    

Informações Básicas da Extensão

Nome Backup and Restore Tabs Backup and Restore Tabs
ID clcofnmpilgeamkhcngjhkgdniidpnhn
URL Oficial https://chromewebstore.google.com/detail/backup-and-restore-tabs/clcofnmpilgeamkhcngjhkgdniidpnhn
Descrição Backup all opened urls, and restore them next time.
Tamanho do Arquivo 81.16 KB
Contagem de Instalações 666
Versão Atual 1.1.0.4
Última Atualização 2014-10-03
Data de Publicação 2014-10-03
Classificação 4.40/5 Total de 10 Avaliações
Desenvolvedor TheLostRiver
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Backup and Restore Tabs",
    "description": "Backup all opened urls, and restore them next time.",
    "version": "1.1.0.4",
    "manifest_version": 2,
    "icons": {
        "128": "img\/logo.128.png",
        "48": "img\/logo.48.png",
        "16": "img\/logo.16.png"
    },
    "browser_action": {
        "default_icon": "img\/logo.48.png",
        "default_title": "backup and restore tabs",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "bkgd\/Storage.js",
            "bkgd\/WindowTabUtils.js",
            "bkgd\/Section.js",
            "bkgd\/SavedWindowsSection.js",
            "bkgd\/LastClosedWindowTabsSection.js",
            "bkgd\/NotClosedWindowsSection.js",
            "bkgd\/Background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ftp:\/\/*\/*"
    ]
}