Tab Grouper
Group tabs for one-click access! Copy all open tabs to clipboard with a single click.
O que é Tab Grouper?
Tab Grouper é uma extensão do Chrome desenvolvida por lerxst, e sua principal característica é "Group tabs for one-click access! Copy all open tabs to clipboard with a single click.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab Grouper
Baixe arquivos de extensão Tab Grouper 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
Save currently opened tabs for accessing later. Save any number of groups with any number of tabs! • To save a set of tabs : 1. Right-click anywhere on the webpage and click 'Save Tabs' in the context menu. 2. Enter the group name and click 'Ok' to save. (Keyboard shortcut : 'Shift+Ctrl+m'. Modify shortcut combinations in Tools->Extensions) • Click on the TabGrouper icon in the toolbar to access the saved groups. Use the TabGrouper options to manage groups. • In the TabGrouper popup, use the clipboard icon to copy all the open tabs and their URLs to the clipboard.
Informações Básicas da Extensão
Nome | |
ID | glfmdmkkhokfolknaabkokpcibhlagen |
URL Oficial | https://chrome.google.com/webstore/detail/tab-grouper/glfmdmkkhokfolknaabkokpcibhlagen |
Descrição | Group tabs for one-click access! Copy all open tabs to clipboard with a single click. |
Tamanho do Arquivo | 91.91 KB |
Contagem de Instalações | 824 |
Versão Atual | 0.9.4 |
Última Atualização | 2015-03-12 |
Data de Publicação | 2015-03-12 |
Classificação | 3.93/5 Total de 14 Avaliações |
Desenvolvedor | lerxst |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Grouper", "version": "0.9.4", "description": "Group tabs for one-click access! Copy all open tabs to clipboard with a single click.", "background": { "scripts": [ "bginit.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": "\/images\/icon48.png", "default_title": "TabGrouper" }, "commands": { "toggle-feature": { "suggested_key": { "default": "Ctrl+Shift+T" }, "description": "Save the current group of tabs." } }, "icons": { "16": "\/images\/icon16.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "permissions": [ "tabs", "contextMenus", "notifications", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |