TabCloud

Save and restore window sessions over time and across multiple computers.

O que é TabCloud?

TabCloud é uma extensão do Chrome desenvolvida por https://connorhd.co.uk, e sua principal característica é "Save and restore window sessions over time and across multiple computers.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TabCloud

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

                        Tab Cloud allows you to save any window session and restore it at a later date or on another computer. Effectively allowing you to sync open tabs between multiple computers.

To use you simply click the TabCloud icon on the menu, you will then see your current open windows and previously saved windows, you can save open windows, or restore saved ones. You can also delete previously saved windows.

Additional features:
 - Middle (or ctrl) clicking any tab icon opens just that tab.
 - Clicking on an open tab icon jumps to that tab in a browser.
 - Dragging a tab icon allows you to move tabs between windows, including to and from saved windows that are not currently open.
 - Secure login using your Google account, with the option to logout on the TabCloud menu.
 - Click on any windows name to rename at any time.                    

Informações Básicas da Extensão

Nome TabCloud TabCloud
ID npecfdijgoblfcgagoijgmgejmcpnhof
URL Oficial https://chromewebstore.google.com/detail/tabcloud/npecfdijgoblfcgagoijgmgejmcpnhof
Descrição Save and restore window sessions over time and across multiple computers.
Tamanho do Arquivo 75.67 KB
Contagem de Instalações 159,855
Versão Atual 1.17
Última Atualização 2014-06-02
Data de Publicação 2014-05-31
Classificação 4.41/5 Total de 2059 Avaliações
Desenvolvedor https://connorhd.co.uk
Tipo de Pagamento free
Site da Extensão http://connorhd.co.uk/2010/10/23/tabcloud/
URL da Página de Ajuda http://chrometabcloud.appspot.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabCloud",
    "version": "1.17",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "description": "Save and restore window sessions over time and across multiple computers.",
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/",
        "https:\/\/chrometabcloud.appspot.com\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/menu.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/api.viglink.com chrome-extension-resource: https:\/\/ssl.google-analytics.com; object-src 'self'"
}