Tab Slideshow

Tab Slideshow

Create a slideshow based on the open tabs in your browser window.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/mootools-1.11.js",
      "js/ts.background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon.64.png",
    "default_name": "Tab Slideshow",
    "default_popup": "popup.html",
    "default_title": "Tab Slideshow"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "description": "Create a slideshow based on the open tabs in your browser window.",
  "icons": {
    "64": "images/icon.64.png",
    "128": "images/icon.128.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCmNsO3p9Yl2nrWEihUikc+tqoe7M3+C7TuV3IFtnQcYG+1dP/C3v14YaJAPFajADEW7R/sGgZbODdaYl/8WP2EQzuTgo42VCM4+tsWgBrDSlXKeidC/sxC4ZANxPaDZH/HCFy6Y2unP+cMqdVJsSsnrl5C8B2MjlIGQ8JNFLX5twIDAQAB",
  "manifest_version": 2,
  "name": "Tab Slideshow",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.8"
}