Open in chosen Private window

Open in chosen Private window

New context menu entry for links which allows choosing a private window in which the link should be opened.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.3",
  "description": "__MSG_extensionDescription__",
  "author": "Rafał Kukawski",
  "permissions": [
    "tabs",
    "menus",
    "contextMenus",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "default_locale": "en",
  "options_ui": {
    "page": "settings.html",
    "browser_style": true
  }
}