rePorpoised Flipper

rePorpoised Flipper

Automatically rotate through open tabs. By Team Dolphin

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "background": {
    "page": "bg.html"
  },
  "browser_action": {
    "default_icon": "reporpoised-16.png",
    "default_title": "rePorposed Flipper- Automatically rotate through open tabs."
  },
  "description": "Automatically rotate through open tabs. By Team Dolphin",
  "icons": {
    "16": "reporpoised-16.png",
    "32": "reporpoised-32.png",
    "48": "reporpoised-48.png",
    "128": "reporpoised-128.png"
  },
  "name": "rePorpoised Flipper",
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "idle"
  ],
  "version": "1.2"
}