tabs2txt

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

¿Qué es tabs2txt?

tabs2txt es una extensión de Chrome desarrollada por zvxr.tech, y su función principal es "Generate a newline-delimited block of text composed of the URLs of all tabs in the current window.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión tabs2txt

Descarga archivos de extensión tabs2txt en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre tabs2txt tabs2txt
ID jaobckfgmoejmffgmlllfohadijkicgf
URL Oficial https://chromewebstore.google.com/detail/tabs2txt/jaobckfgmoejmffgmlllfohadijkicgf
Descripción Generate a newline-delimited block of text composed of the URLs of all tabs in the current window.
Tamaño del Archivo 8.48 KB
Cantidad de Instalaciones 491
Versión Actual 1.1
Última Actualización 2017-04-26
Fecha de Publicación 2017-04-26
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador zvxr.tech
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://zvxr.net/
Idiomas Soportados 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"
    }
}