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.
Was ist Tab Bucket?
Tab Bucket ist eine Chrome-Erweiterung, die von Taylor Najjar entwickelt wurde, und ihr Hauptmerkmal ist "Got a browser full of open tabs to 'read later'? This extension allows you to store pages and display one (or a bookmark) randomly.".
Erweiterungsscreenshots
Tab Bucket-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab Bucket-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Tab Bucket |
ID | cenmboegaelooeckfoefebdcfnfmgajh |
Offizielle URL | https://chromewebstore.google.com/detail/tab-bucket/cenmboegaelooeckfoefebdcfnfmgajh |
Beschreibung | Got a browser full of open tabs to 'read later'? This extension allows you to store pages and display one (or a bookmark) randomly. |
Dateigröße | 12.03 KB |
Installationsanzahl | 54 |
Aktuelle Version | 1.1 |
Letztes Update | 2017-12-10 |
Veröffentlichungsdatum | 2017-12-09 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Taylor Najjar |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |