Tab List
Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.
Co je Tab List?
Tab List je rozšíření Chrome vyvinuté 0xfd000000, a jeho hlavní funkcí je „Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Tab List
Stáhněte si soubory rozšíření Tab List ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Tab List |
ID | enmppcfapkhgooajfhhemehedijggnnh |
Oficiální URL | https://chromewebstore.google.com/detail/tab-list/enmppcfapkhgooajfhhemehedijggnnh |
Popis | Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking. |
Velikost souboru | 36.36 KB |
Počet instalací | 24 |
Aktuální Verze | 1.0.0.1 |
Poslední Aktualizace | 2018-04-08 |
Datum Vydání | 2018-04-08 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | 0xfd000000 |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/0xfd000000/tablist |
URL Stránky Nápovědy | https://github.com/0xfd000000/tablist/issues |
Podporované Jazyky | 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 } |