Tab List

Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.

¿Qué es Tab List?

Tab List es una extensión de Chrome desarrollada por 0xfd000000, y su función principal es "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tab List

Descarga archivos de extensión Tab List 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 is a simple chrome extension that I created because I often end up with dozens of open tabs that I want to read later / keep for later reference.

The extension shows a list of all open tabs in the current window and allows the user to download an .html with links to all URLs.
The .html has the favicons of the tabs embedded as a data-url so no network connection is needed for still being somewhat pleasing to the eye.                    

Información Básica de la Extensión

Nombre Tab List Tab List
ID enmppcfapkhgooajfhhemehedijggnnh
URL Oficial https://chromewebstore.google.com/detail/tab-list/enmppcfapkhgooajfhhemehedijggnnh
Descripción Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.
Tamaño del Archivo 36.36 KB
Cantidad de Instalaciones 24
Versión Actual 1.0.0.1
Última Actualización 2018-04-08
Fecha de Publicación 2018-04-08
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador 0xfd000000
Tipo de Pago free
Sitio Web de la Extensión https://github.com/0xfd000000/tablist
URL de la Página de Ayuda https://github.com/0xfd000000/tablist/issues
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab List",
    "version": "1.0.0.1",
    "description": "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.",
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/*",
        "downloads"
    ],
    "browser_action": {
        "default_title": "Tabbidy tab-tab",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}