Tab List

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

Cos'è Tab List?

Tab List è un'estensione di Chrome sviluppata da 0xfd000000, e la sua funzione principale è "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tab List

Scarica i file di estensione Tab List in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tab List Tab List
ID enmppcfapkhgooajfhhemehedijggnnh
URL Ufficiale https://chromewebstore.google.com/detail/tab-list/enmppcfapkhgooajfhhemehedijggnnh
Descrizione Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.
Dimensione del File 36.36 KB
Conteggio Installazioni 24
Versione Corrente 1.0.0.1
Ultimo Aggiornamento 2018-04-08
Data di Pubblicazione 2018-04-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore 0xfd000000
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/0xfd000000/tablist
URL della Pagina di Aiuto https://github.com/0xfd000000/tablist/issues
Lingue Supportate 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
}