Tab List
Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.
Hvad er Tab List?
Tab List er en Chrome-udvidelse udviklet af 0xfd000000, og dens hovedfunktion er "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.".
Udvidelsesskærmbilleder
Download Tab List-udvidelses-CRX-fil
Download Tab List-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Tab List |
ID | enmppcfapkhgooajfhhemehedijggnnh |
Officiel URL | https://chromewebstore.google.com/detail/tab-list/enmppcfapkhgooajfhhemehedijggnnh |
Beskrivelse | Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking. |
Filstørrelse | 36.36 KB |
Antal Installationer | 24 |
Nuværende Version | 1.0.0.1 |
Senest Opdateret | 2018-04-08 |
Udgivelsesdato | 2018-04-08 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | 0xfd000000 |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/0xfd000000/tablist |
Hjælpeside-URL | https://github.com/0xfd000000/tablist/issues |
Understøttede Sprog | 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 } |