MultiNewTab

MultiNewTab

Use multiple 'New Tab' chrome extensions at the same time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "MultiNewTab",
  "description": "Use multiple 'New Tab' chrome extensions at the same time.",
  "version": "1.0.5",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "management",
    "storage"
  ],
  "background": {
    "scripts": [
      "jquery-3.3.1.min.js",
      "background.js"
    ]
  }
}