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是由Taylor Najjar开发的Chrome扩展程序,该扩展的主要功能是“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

下载Tab Bucket扩展crx文件

下载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"
    ]
}