Tab List
Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.
Qu'est-ce que Tab List ?
Tab List est une extension Chrome développée par 0xfd000000, et sa fonction principale est "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab List
Téléchargez les fichiers d'extension Tab List au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Tab List |
ID | enmppcfapkhgooajfhhemehedijggnnh |
URL Officiel | https://chromewebstore.google.com/detail/tab-list/enmppcfapkhgooajfhhemehedijggnnh |
Description | Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking. |
Taille du Fichier | 36.36 KB |
Nombre d'Installations | 24 |
Version Actuelle | 1.0.0.1 |
Dernière Mise à Jour | 2018-04-08 |
Date de Publication | 2018-04-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | 0xfd000000 |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/0xfd000000/tablist |
URL de la Page d'Aide | https://github.com/0xfd000000/tablist/issues |
Langues Prises en Charge | 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 } |