TabCarousel

TabCarousel

Cycle through your Chrome tabs automatically. Great for monitoring information on a TV with a computer attached.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TabCarousel",
  "version": "0.5.4",
  "description": "Cycle through your Chrome tabs automatically.  Great for monitoring information on a TV with a computer attached.",
  "homepage_url": "http://github.com/benjaminoakes/TabCarousel",
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "background": {
    "page": "background.html"
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "images/icon_32.png"
  },
  "permissions": []
}