Intip.in's Tab Manager

Tab Manager that doesn't track you.

O que é Intip.in's Tab Manager?

Intip.in's Tab Manager é uma extensão do Chrome desenvolvida por https://www.cscpro.org, e sua principal característica é "Tab Manager that doesn't track you.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Intip.in's Tab Manager

Baixe arquivos de extensão Intip.in's Tab Manager 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

                        No more cluttering tabs!
Dozens of tabs opened could make your PC runs slower. Save up your memory while not in use with a single click. You can restore it later in another handy click.

.. amazingly handful
Organizing the list is just one click away. Switching between light or dark theme, it's a matter of your preferences. Use right-click to control either you save all the tabs or only for specific tab.

We respect your privacy
No ads. No spy. No shit. We have no analytics tool that injected to the script. You can even watch and contribute to our project on Github.

Install on your Chrome
Simply click the button. Got something to tell? A bug or a request? Do not hesitate to tell us on the Chrome Web Store.



TO DO:
- Add documentation
- Add export/import button
- Add pagination for huge list                    

Informações Básicas da Extensão

Nome Intip.in's Tab Manager Intip.in's Tab Manager
ID halkhdmljjkflcfbhpgpeplpkcpmjmgj
URL Oficial https://chromewebstore.google.com/detail/intipins-tab-manager/halkhdmljjkflcfbhpgpeplpkcpmjmgj
Descrição Tab Manager that doesn't track you.
Tamanho do Arquivo 288 KB
Contagem de Instalações 130
Versão Atual 1.0.4
Última Atualização 2017-02-01
Data de Publicação 2017-02-01
Classificação 4.40/5 Total de 10 Avaliações
Desenvolvedor https://www.cscpro.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.cscpro.org/labs/tab-manager/
URL da Página de Ajuda https://www.cscpro.org/labs/tab-manager/
URL da Página de Política de Privacidade https://www.cscpro.org/labs/tab-manager
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Intip.in's Tab Manager",
    "description": "Tab Manager that doesn't track you.",
    "version": "1.0.4",
    "manifest_version": 2,
    "options_page": "options.html",
    "icons": {
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/icon_48.png",
        "default_title": "Save all tabs"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ]
}