Tab Bucket
Got a browser full of open tabs to 'read later'? This extension allows you to store pages and display one (or a bookmark) randomly.
Qu'est-ce que Tab Bucket ?
Tab Bucket est une extension Chrome développée par Taylor Najjar, et sa fonction principale est "Got a browser full of open tabs to 'read later'? This extension allows you to store pages and display one (or a bookmark) randomly.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Bucket
Téléchargez les fichiers d'extension Tab Bucket 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
If you keep a lot of tabs open to "read later," this extension can improve your web browsing experience. Save your "read later" tabs to the extension or save them as bookmarks. Then, when you're bored or wanting to get through some of your reading backlog, you can display one randomly. You can also curate your saved links or view them all and choose which ones to open.
Informations de Base sur l'Extension
Nom | Tab Bucket |
ID | cenmboegaelooeckfoefebdcfnfmgajh |
URL Officiel | https://chromewebstore.google.com/detail/tab-bucket/cenmboegaelooeckfoefebdcfnfmgajh |
Description | Got a browser full of open tabs to 'read later'? This extension allows you to store pages and display one (or a bookmark) randomly. |
Taille du Fichier | 12.03 KB |
Nombre d'Installations | 54 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-12-10 |
Date de Publication | 2017-12-09 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Taylor Najjar |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Bucket", "description": "Got a browser full of open tabs to 'read later'? This extension allows you to store pages and display one (or a bookmark) randomly.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "bookmarks" ] } |