Tab List
Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.
Wat is Tab List?
Tab List is een Chrome-extensie ontwikkeld door 0xfd000000, en de belangrijkste functie is "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab List
Download Tab List-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Tab List |
ID | enmppcfapkhgooajfhhemehedijggnnh |
Officiële URL | https://chromewebstore.google.com/detail/tab-list/enmppcfapkhgooajfhhemehedijggnnh |
Beschrijving | Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking. |
Bestandsgrootte | 36.36 KB |
Aantal Installaties | 24 |
Huidige Versie | 1.0.0.1 |
Laatst Bijgewerkt | 2018-04-08 |
Publicatiedatum | 2018-04-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | 0xfd000000 |
Betalingswijze | free |
Extensiewebsite | https://github.com/0xfd000000/tablist |
Help Pagina-URL | https://github.com/0xfd000000/tablist/issues |
Ondersteunde Talen | 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 } |