Open a new tab on the right

Open a new tab on the right

Add a button to open the new tab on the right side of the new UI interface in Chrome 69.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_extname__",
  "description": "__MSG_extdesc__",
  "icons": {
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "background": {
    "page": "background/bg.html"
  },
  "browser_action": {
    "default_icon": {
      "96": "icon/128.png"
    },
    "default_title": "__MSG_extname__"
  },
  "permissions": [],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "offline_enabled": true,
  "version": "18.8.24.1744",
  "minimum_chrome_version": "30"
}