switchEY

switchEY

In Google search results page, add switch-links to limit 'Past year' or 'English page only'

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "switchEY",
  "version": "1.4.2",
  "manifest_version": 2,
  "description": "__MSG_description__",
  "author": "Shigenori Kondou",
  "homepage_url": "http://www.kondou.com/",
  "icons": {
    "48": "ey48.png",
    "128": "ey48.png"
  },
  "default_locale": "en",
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "https://www.google.co.jp/search*"
      ],
      "js": [
        "switchEY.js"
      ]
    }
  ]
}