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