tab2text

Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.

O que é tab2text?

tab2text é uma extensão do Chrome desenvolvida por mikhuang, e sua principal característica é "Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão tab2text

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

                        Want to edit your currently opened tabs as plaintext? Now you can.

Usage ideas:

- Take existing list of tabs, copy it into your text editor, futz with it, then back into the browser
- Generate a list of URLs with text editor, application, whatever. Paste it in, open everything at once
- Sharing your currently opened tabs quickly in whatever application
- ???

Pro tip:

Add a keyboard shortcut to open the window quickly! Go to:

More Tools > Extensions > Keyboard Shortcuts (all the way on the bottom), and add something like Command+Ctrl+T                    

Informações Básicas da Extensão

Nome tab2text tab2text
ID pkbpfddfoepjgmfmlafmdmhpiclhngih
URL Oficial https://chromewebstore.google.com/detail/tab2text/pkbpfddfoepjgmfmlafmdmhpiclhngih
Descrição Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.
Tamanho do Arquivo 28.92 KB
Contagem de Instalações 108
Versão Atual 1.0.1
Última Atualização 2016-12-16
Data de Publicação 2016-12-16
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor mikhuang
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "tab2text",
    "description": "Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon2.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}