tab2text

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

¿Qué es tab2text?

tab2text es una extensión de Chrome desarrollada por mikhuang, y su función principal es "Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión tab2text

Descarga archivos de extensión tab2text 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

                        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                    

Información Básica de la Extensión

Nombre tab2text tab2text
ID pkbpfddfoepjgmfmlafmdmhpiclhngih
URL Oficial https://chromewebstore.google.com/detail/tab2text/pkbpfddfoepjgmfmlafmdmhpiclhngih
Descripción Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.
Tamaño del Archivo 28.92 KB
Cantidad de Instalaciones 108
Versión Actual 1.0.1
Última Actualización 2016-12-16
Fecha de Publicación 2016-12-16
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador mikhuang
Tipo de Pago free
Idiomas Soportados 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"
    ]
}