New tabs to the front

New tabs to the front

Brings newly created tabs to the foreground.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "script.js"
    ]
  },
  "description": "Brings newly created tabs to the foreground.",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "name": "New tabs to the front",
  "manifest_version": 2,
  "permissions": [
    "tabs"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "0.0.2"
}