Tab Group
Organize your tabs
O que é Tab Group?
Tab Group é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Organize your tabs".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab Group
Baixe arquivos de extensão Tab Group 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 Group allows users to create groupings of links/urls/internet pages. Users can easily create new groupings by entering a name and description for the group and adding links to them. They can also pull all the links from currently opened tabs. Users can choose to open the items within the indicated grouping all at once in different tabs. Very useful when opening the browser depending on specific purposes (groups can contain things you might want to differentiate ie: fun and games, work, coding, readings, art history class, trip planning).
Informações Básicas da Extensão
Nome | Tab Group |
ID | fdagimofkjchlmpjdgafapdkhdejfgfj |
URL Oficial | https://chromewebstore.google.com/detail/tab-group/fdagimofkjchlmpjdgafapdkhdejfgfj |
Descrição | Organize your tabs |
Tamanho do Arquivo | 15.1 KB |
Contagem de Instalações | 83 |
Versão Atual | 1.1 |
Última Atualização | 2014-10-17 |
Data de Publicação | 2014-10-17 |
Classificação | 2.00/5 Total de 6 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/JessicaFu/TabGroup |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Group", "version": "1.1", "description": "Organize your tabs", "browser_action": { "default_icon": "images\/new_directory.png", "default_popup": "tabGroups.html" }, "permissions": [ "tabs" ] } |