Tab List

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

Was ist Tab List?

Tab List ist eine Chrome-Erweiterung, die von 0xfd000000 entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.".

Erweiterungsscreenshots

screenshot

Tab List-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tab List-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tab List Tab List
ID enmppcfapkhgooajfhhemehedijggnnh
Offizielle URL https://chromewebstore.google.com/detail/tab-list/enmppcfapkhgooajfhhemehedijggnnh
Beschreibung Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.
Dateigröße 36.36 KB
Installationsanzahl 24
Aktuelle Version 1.0.0.1
Letztes Update 2018-04-08
Veröffentlichungsdatum 2018-04-08
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler 0xfd000000
Zahlungsart free
Erweiterungswebsite https://github.com/0xfd000000/tablist
Hilfeseite URL https://github.com/0xfd000000/tablist/issues
Unterstützte Sprachen 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
}