Bookmarked tabs to the front

Bookmarked tabs to the front

Brings newly created tabs of bookmarked links to the foreground.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "Brings newly created tabs of bookmarked links to the foreground.",
  "icons": {
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "manifest_version": 2,
  "name": "Bookmarked tabs to the front",
  "permissions": [
    "tabs",
    "bookmarks"
  ],
  "version": "1.1.2"
}