Tab Flow

Tab Flow

Tab Flow allows you the freedom to move through your tabs with ease.

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 Flow",
  "version": "1.1.2",
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "bookmarks"
  ],
  "description": "Tab Flow allows you the freedom to move through your tabs with ease.",
  "icons": {
    "48": "images/Tab Flow (48px).png",
    "128": "images/Tab Flow (128px).png"
  },
  "browser_action": {
    "default_title": "Tab Flow",
    "default_popup": "popup.html",
    "default_icon": {
      "19": "images/Tab Flow (19px).png",
      "38": "images/Tab Flow (38px).png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}