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.

Co to jest Tab Bucket?

Tab Bucket to rozszerzenie Chrome opracowane przez Taylor Najjar, a jego główną funkcją jest „Got a browser full of open tabs to 'read later'? This extension allows you to store pages and display one (or a bookmark) randomly.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Tab Bucket

Pobierz pliki rozszerzeń Tab Bucket w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tab Bucket Tab Bucket
ID cenmboegaelooeckfoefebdcfnfmgajh
Oficjalny URL https://chromewebstore.google.com/detail/tab-bucket/cenmboegaelooeckfoefebdcfnfmgajh
Opis Got a browser full of open tabs to 'read later'? This extension allows you to store pages and display one (or a bookmark) randomly.
Rozmiar pliku 12.03 KB
Liczba instalacji 54
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2017-12-10
Data Publikacji 2017-12-09
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Taylor Najjar
Typ Płatności free
Obsługiwane Języki 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"
    ]
}