訂票好幫手

訂票好幫手

輔助你快速地輸入訂票資料

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "web_accessible_resources": [
    "css/global.css",
    "css/unit.css",
    "css/temp.css"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "css/global.css",
        "css/unit.css",
        "css/temp.css"
      ],
      "js": [
        "libs/jquery.min.js",
        "js/utility.js",
        "js/bindEvent.js"
      ],
      "matches": [
        "http://railway.hinet.net/ct*",
        "http://railway.hinet.net/cf*",
        "http://railway.hinet.net/coq*",
        "http://210.71.181.60/c*",
        "http://railway.hinet.net/cc*",
        "http://railway1.hinet.net/cs*",
        "http://www.thsrc.com.tw/index.html*",
        "https://irs.thsrc.com.tw/IMINT/*",
        "http://ordertickets.ubus.com.tw/*",
        "https://www.ebus.com.tw/online_trans/Web/Add_Step2.asp"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "options_page": "html/options.html",
  "icons": {
    "48": "image/logo_icon_48.png",
    "128": "image/logo_icon_128.png"
  },
  "name": "訂票好幫手",
  "description": "輔助你快速地輸入訂票資料",
  "permissions": [
    "storage",
    "tabs",
    "http://railway.hinet.net/*",
    "http://210.71.181.60/c*",
    "http://www.thsrc.com.tw/*",
    "https://irs.thsrc.com.tw/*",
    "http://ordertickets.ubus.com.tw/*",
    "https://www.ebus.com.tw/online_trans/*"
  ],
  "version": "1.0.1011"
}