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.

Cos'è Tab Bucket?

Tab Bucket è un'estensione di Chrome sviluppata da Taylor Najjar, e la sua funzione principale è "Got a browser full of open tabs to 'read later'? This extension allows you to store pages and display one (or a bookmark) randomly.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tab Bucket

Scarica i file di estensione Tab Bucket in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tab Bucket Tab Bucket
ID cenmboegaelooeckfoefebdcfnfmgajh
URL Ufficiale https://chromewebstore.google.com/detail/tab-bucket/cenmboegaelooeckfoefebdcfnfmgajh
Descrizione Got a browser full of open tabs to 'read later'? This extension allows you to store pages and display one (or a bookmark) randomly.
Dimensione del File 12.03 KB
Conteggio Installazioni 54
Versione Corrente 1.1
Ultimo Aggiornamento 2017-12-10
Data di Pubblicazione 2017-12-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Taylor Najjar
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}