search2

search2

Create a good search habit by yourself !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Create a good search habit by yourself !",
  "author": "wurenny",
  "web_accessible_resources": [
    "cts/contentScript.js",
    "css/css.css",
    "css/pull.css",
    "more/more.css",
    "opt/options.html"
  ],
  "background": {
    "persistent": false,
    "page": "bg/evtpage.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "include_globs": [
        "http:*",
        "https:*"
      ],
      "js": [
        "opt/option-data.js",
        "inc/comm.js",
        "cts/contentScript.js"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' blob: ; object-src 'self'",
  "default_locale": "zh_CN",
  "icons": {
    "16": "img/logo16.png",
    "32": "img/logo32.png",
    "48": "img/logo48.png",
    "96": "img/logo96.png",
    "128": "img/logo128.png",
    "256": "img/logo256.png"
  },
  "minimum_chrome_version": "20",
  "manifest_version": 2,
  "name": "__MSG_app_title__",
  "options_page": "opt/options.html",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage",
    "contextMenus"
  ],
  "version": "1.1.11"
}