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
官方網址 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"
    ]
}