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.

Что такое Tab Bucket?

Tab Bucket - это расширение Chrome, разработанное Taylor Najjar, и его основная функция - "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
screenshot
screenshot

Скачать файл CRX расширения Tab Bucket

Скачайте файлы расширений Tab Bucket в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Tab Bucket Tab Bucket
ID cenmboegaelooeckfoefebdcfnfmgajh
Официальный URL https://chromewebstore.google.com/detail/tab-bucket/cenmboegaelooeckfoefebdcfnfmgajh
Описание Got a browser full of open tabs to 'read later'? This extension allows you to store pages and display one (or a bookmark) randomly.
Размер файла 12.03 KB
Количество установок 54
Текущая Версия 1.1
Последнее Обновление 2017-12-10
Дата публикации 2017-12-09
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Taylor Najjar
Тип оплаты free
Поддерживаемые языки 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"
    ]
}