tabs2txt

Generate a newline-delimited block of text composed of the URLs of all tabs in the current window.

O que é tabs2txt?

tabs2txt é uma extensão do Chrome desenvolvida por zvxr.tech, e sua principal característica é "Generate a newline-delimited block of text composed of the URLs of all tabs in the current window.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão tabs2txt

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

                        This add-on provides a button to copy the URL strings of all active tabs in a window to a scratchpad, delimit them with newlines, and provides the ability to copy the list to clipboard.
The scratchpad contents can be edited in-place and another button allows for the URLs in the scratchpad to be re-opened in new tabs.                    

Informações Básicas da Extensão

Nome tabs2txt tabs2txt
ID jaobckfgmoejmffgmlllfohadijkicgf
URL Oficial https://chromewebstore.google.com/detail/tabs2txt/jaobckfgmoejmffgmlllfohadijkicgf
Descrição Generate a newline-delimited block of text composed of the URLs of all tabs in the current window.
Tamanho do Arquivo 8.48 KB
Contagem de Instalações 491
Versão Atual 1.1
Última Atualização 2017-04-26
Data de Publicação 2017-04-26
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor zvxr.tech
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://zvxr.net/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.1",
    "default_locale": "en",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "32": "icons\/page-32.png"
        },
        "default_title": "__MSG_popupTitle__",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icons\/page-16.png",
        "32": "icons\/page-32.png",
        "48": "icons\/page-48.png"
    }
}