Tab List

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

Vad är Tab List?

Tab List är en Chrome-tillägg utvecklad av 0xfd000000, och dess huvudfunktion är "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.".

Tilläggsskärmbilder

screenshot

Ladda ner Tab List-förlängningens CRX-fil

Ladda ner Tab List-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Tab List Tab List
ID enmppcfapkhgooajfhhemehedijggnnh
Officiell webbadress https://chromewebstore.google.com/detail/tab-list/enmppcfapkhgooajfhhemehedijggnnh
Beskrivning Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.
Filstorlek 36.36 KB
Antal Installationer 24
Aktuell Version 1.0.0.1
Senast Uppdaterad 2018-04-08
Publiceringsdatum 2018-04-08
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare 0xfd000000
Betalningssätt free
Tilläggswebbplats https://github.com/0xfd000000/tablist
Hjälpsida URL https://github.com/0xfd000000/tablist/issues
Stödda Språk 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
}