PS

PS

Type 'nt' plus a search term into the Go New Tab to open search in new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PS",
  "description": "Type 'nt' plus a search term into the Go New Tab to open search in new tab.",
  "version": "1.0",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "omnibox": {
    "keyword": "nt"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "16": "16.png",
      "32": "32.png"
    }
  },
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  }
}