Search Term Marker

Search Term Marker

Search Term Marker

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "toolbar/node_modules/moment/min/moment.min.js",
      "eventPage.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "un_icon.png",
    "name": "Search Term Marker"
  },
  "content_scripts": [
    {
      "css": [
        "SearchHighlight.css",
        "toolbar.css"
      ],
      "js": [
        "jquery/jquery-1.12.4.min.js",
        "toolbar.js",
        "SearchHighlight.js"
      ],
      "run_at": "document_end",
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://cdnjs.cloudflare.com  https://accounts.google.com  https://www.google.com https://ajax.googleapis.com    https://apis.googleapis.com  https://apis.google.com  'unsafe-eval'; object-src 'self' https://apis.google.com/js/client.js",
  "default_locale": "en",
  "description": "Search Term Marker",
  "icons": {
    "16": "icons/highlight16.png",
    "48": "icons/highlight48.png",
    "128": "icons/highlight128.png"
  },
  "web_accessible_resources": [
    "toolbar/index.html",
    "toolbar/eventListener.js"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuy0Gfvdw2DMBYdYiv/TbdwNeX9CZhlu0IOm/IVqNlXiQirVxGOJj9l0LgOo+6S0fnk8ROTYHCiYTL8c8skuzNfKfLsRvshnDB/VP1dZja0mUEn0BRfkjqVWLLekZipeEYAFPjcPvDTa4yb7ySiIqcCaiBM5VxNocPeccPwFi2rfvT0a0OO51apCTW6lV1sLFqto10OW6Fpeq8d3lV7PAUjP1GVY84pOoWvuxNrwc1cnrYwueWSKV0TMkW84bmnvbEntbctoXbTfj/RgPM4njgTykp1ELlan7hcVDzYDVSOE6XDy5rq+oQJK0omzXbvZiVyLBiJCecM1D/ItL/ApC6QIDAQAB",
  "manifest_version": 2,
  "name": "Search Term Marker",
  "permissions": [
    "windows",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "5.0.28"
}