Tab Focused

Stashes all tabs in currently opened window to a named clipboard.

O que é Tab Focused?

Tab Focused é uma extensão do Chrome desenvolvida por https://metacode.biz, e sua principal característica é "Stashes all tabs in currently opened window to a named clipboard.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tab Focused

Baixe arquivos de extensão Tab Focused 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 Focused helps you control myriad of opened browser tabs by hiding those that are unnecessary at the moment.

Click on the tab icon on the toolbar and type a name for your clipboard under which tabs are to be saved. When you click "Stash bookmarks" the current window will be closed and all tabs will be transferred to the stash. When you open a new Chrome window and click on the tab icon again you will see the stash that you have just created. When you click on it all the tabs from the stash will be opened in a new window.

Send suggestions and bug reports to [email protected]                    

Informações Básicas da Extensão

Nome Tab Focused Tab Focused
ID mhdljapdjjfoeafbcldiajggppjomeno
URL Oficial https://chromewebstore.google.com/detail/tab-focused/mhdljapdjjfoeafbcldiajggppjomeno
Descrição Stashes all tabs in currently opened window to a named clipboard.
Tamanho do Arquivo 14.09 KB
Contagem de Instalações 175
Versão Atual 1.1
Última Atualização 2013-10-14
Data de Publicação 2013-10-14
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://metacode.biz
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://metacode.biz/privacy/policy
Idiomas Suportados en,pl
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Focused",
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon20.png"
    },
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "version": "1.1"
}