Tab Bucket

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.

Merlin
Additional files are visible only to premium users

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