create new tab as the first tab from the left

create new tab as the first tab from the left

creates a new tab as the first tab in the browser (at the far left).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "create new tab as the first tab from the left",
  "description": "creates a new tab as the first tab in the browser (at the far left).",
  "version": "0.2",
  "browser_action": {
    "default_icon": {
      "16": "16.png",
      "48": "48.png",
      "128": "128.png"
    }
  },
  "background": {
    "scripts": [
      "myscript.js"
    ]
  }
}