New Window Position fixer

New Window Position fixer

Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "New Window Position fixer",
  "version": "0.1",
  "description": "Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window",
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}