かんたんCSVダウンロード

かんたんCSVダウンロード

Yahoo!かんたん決済の支払一覧の詳細情報をCSVでダウンロードします。

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "かんたんCSVダウンロード",
  "short_name": "かんたんCSV",
  "version": "0.4.2",
  "description": "Yahoo!かんたん決済の支払一覧の詳細情報をCSVでダウンロードします。",
  "content_scripts": [
    {
      "matches": [
        "https://aucpay.yahoo.co.jp/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "background": {
    "scripts": [
      "background-script.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "https://aucpay.yahoo.co.jp/*"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}