Alternate Tab Order

Alternate Tab Order

Opens new tabs at the end, and snaps back to view the opener tab under certain conditions

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Alternate Tab Order",
  "version": "1.0.13",
  "background": {
    "page": "bg.html"
  },
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "description": "Opens new tabs at the end, and snaps back to view the opener tab under certain conditions"
}