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é es Tab Bucket?

Tab Bucket es una extensión de Chrome desarrollada por Taylor Najjar, y su función principal es "Got a browser full of open tabs to 'read later'? This extension allows you to store pages and display one (or a bookmark) randomly.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Tab Bucket

Descarga archivos de extensión Tab Bucket en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Tab Bucket Tab Bucket
ID cenmboegaelooeckfoefebdcfnfmgajh
URL Oficial https://chromewebstore.google.com/detail/tab-bucket/cenmboegaelooeckfoefebdcfnfmgajh
Descripción Got a browser full of open tabs to 'read later'? This extension allows you to store pages and display one (or a bookmark) randomly.
Tamaño del Archivo 12.03 KB
Cantidad de Instalaciones 54
Versión Actual 1.1
Última Actualización 2017-12-10
Fecha de Publicación 2017-12-09
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Taylor Najjar
Tipo de Pago free
Idiomas Soportados 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"
    ]
}