Yaagle

Yaagle

YaagleはYahoo! JapanをGoogleのようなデザインに変更する拡張機能です。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Yaagle",
  "icons": {
    "128": "img/128.png"
  },
  "description": "YaagleはYahoo! JapanをGoogleのようなデザインに変更する拡張機能です。",
  "version": "1.0.0",
  "content_scripts": [
    {
      "matches": [
        "https://www.yahoo.co.jp/*"
      ],
      "css": [
        "style.css"
      ]
    },
    {
      "matches": [
        "https://search.yahoo.co.jp/*"
      ],
      "css": [
        "search.css"
      ]
    }
  ]
}