Group Tabs

Quickly open groups of commonly used tabs.

O que é Group Tabs?

Group Tabs é uma extensão do Chrome desenvolvida por sbrand83, e sua principal característica é "Quickly open groups of commonly used tabs.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Group Tabs

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

                        GroupTabs is a Chrome Extension that allows you to quickly open all of your most commonly used sites all at once. Save yourself the time of having to open your favorite sites individually when you next need them. With one click, you will have immediate access to all of these sites in a new browser window.

Similarly to the way bookmarks save you time when opening a frequently used website, GroupTabs saves you time and helps you stay organized when you find yourself using the same set of sites day after day. Whether it is for work or leisure, GroupTabs can help you be more productive when starting a new task.

With GroupTabs, you can easily create, edit, and open all the sites you need with the click of a button. Any changes you make are automatically synced across all of your computers that have GroupTabs installed.                    

Informações Básicas da Extensão

Nome Group Tabs Group Tabs
ID fojepcodbhkphgfpillkokfenpmgpela
URL Oficial https://chromewebstore.google.com/detail/group-tabs/fojepcodbhkphgfpillkokfenpmgpela
Descrição Quickly open groups of commonly used tabs.
Tamanho do Arquivo 91.6 KB
Contagem de Instalações 21
Versão Atual 1.0.1
Última Atualização 2018-02-15
Data de Publicação 2018-02-15
Desenvolvedor sbrand83
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Group Tabs",
    "description": "Quickly open groups of commonly used tabs.",
    "version": "1.0.1",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon_19.png",
        "default_popup": "popup.html",
        "default_title": "GroupTabs"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}