AllTabs

Manage Tabs

O que é AllTabs?

AllTabs é uma extensão do Chrome desenvolvida por jiten, e sua principal característica é "Manage Tabs".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão AllTabs

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

                        AllTabs is a tab manager for your chrome web browser. 

Save All Tabs
Save your current open pages with one click. If you are in a hurry no need to give the file name. The current time will be the file name so that you can easily identify the session.

Open Tabs Later
Open previously saved files anytime. You can store thousands of sessions in your chrome browser.


*Copy All Tabs so that you can share with others.
*Open Multiple URLs in one click
*Save all open tabs so that can be opened later
*Bookmark Multiple Pages with one name
*Save incognito and Cognito window separately                    

Informações Básicas da Extensão

Nome AllTabs AllTabs
ID fffhmhcillaopdbhllfffhfhbcnkioco
URL Oficial https://chromewebstore.google.com/detail/alltabs/fffhmhcillaopdbhllfffhfhbcnkioco
Descrição Manage Tabs
Tamanho do Arquivo 74 KB
Contagem de Instalações 3,153
Versão Atual 1.0
Última Atualização 2017-08-29
Data de Publicação 2017-08-29
Classificação 4.25/5 Total de 12 Avaliações
Desenvolvedor jiten
Tipo de Pagamento free
Site da Extensão https://alltabs.oxyzen.in
Idiomas Suportados en
manifest.json
{
    "name": "AllTabs",
    "description": "Manage Tabs",
    "version": "1.0",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery-2.2.4.min.js",
                "js\/is.min.js",
                "js\/clipboard.js",
                "js\/moment.min.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "AllTabs",
        "default_icon": "img\/icon-active.png"
    }
}