Tab List

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

Co to jest Tab List?

Tab List to rozszerzenie Chrome opracowane przez 0xfd000000, a jego główną funkcją jest „Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tab List

Pobierz pliki rozszerzeń Tab List w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tab List Tab List
ID enmppcfapkhgooajfhhemehedijggnnh
Oficjalny URL https://chromewebstore.google.com/detail/tab-list/enmppcfapkhgooajfhhemehedijggnnh
Opis Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.
Rozmiar pliku 36.36 KB
Liczba instalacji 24
Aktualna Wersja 1.0.0.1
Ostatnia Aktualizacja 2018-04-08
Data Publikacji 2018-04-08
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper 0xfd000000
Typ Płatności free
Strona Rozszerzenia https://github.com/0xfd000000/tablist
Adres URL Strony Pomocy https://github.com/0xfd000000/tablist/issues
Obsługiwane Języki 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
}