Tab Carousel

Tab Carousel

An extension to allow the rotating of tabs with customizable timers per tab.

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 Carousel",
  "short_name": "Tab Carousel",
  "description": "An extension to allow the rotating of tabs with customizable timers per tab.",
  "version": "0.1.4",
  "author": "Daniel Shaefer",
  "permissions": [
    "tabs"
  ],
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon-stop.png",
    "default_title": "Start Carousel"
  }
}