AG New Tab Search

AG New Tab Search

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


{
  "name": "AG New Tab Search",
  "description": "Type 'nt' plus a search term into the Go New Tab to open search in new tab.",
  "version": "1.0",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab"
  ],
  "omnibox": {
    "keyword": "nt"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "32": "icon.png"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}