Yahoo!テレビの番組をGoogleカレンダーへ登録

Yahoo!テレビの番組をGoogleカレンダーへ登録

Yahoo!Japanテレビの番組詳細画面にある、Yahoo!カレンダーへの登録ボタンを、Googleカレンダーへの登録ボタンに書き換えます

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Yahoo!テレビの番組をGoogleカレンダーへ登録",
  "version": "0.0.2",
  "manifest_version": 2,
  "description": "Yahoo!Japanテレビの番組詳細画面にある、Yahoo!カレンダーへの登録ボタンを、Googleカレンダーへの登録ボタンに書き換えます",
  "icons": {
    "16": "images/tv-16px.gif",
    "48": "images/tv-48px.gif",
    "128": "images/tv-128px.gif"
  },
  "content_scripts": [
    {
      "matches": [
        "https://tv.yahoo.co.jp/program/*",
        "https://tv.yahoo.co.jp/program/*"
      ],
      "js": [
        "ytv2gcalep.js"
      ]
    }
  ],
  "permissions": []
}