StartpageTitle

StartpageTitle

Replaces the title of the tab to the query when using Startpahe seach engine

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "StartpageTitle",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "*://*.startpage.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ]
}