台灣高鐵車種標示

台灣高鐵車種標示

高鐵為何不增列直達車、跳蛙式、站站停等「車種」?試試看,一目了然!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "台灣高鐵車種標示",
  "version": "1.2",
  "description": "高鐵為何不增列直達車、跳蛙式、站站停等「車種」?試試看,一目了然!",
  "homepage_url": "https://github.com/hugojay/thsrc-train-types.crx",
  "content_scripts": [
    {
      "matches": [
        "*://*.thsrc.com.tw/*"
      ],
      "js": [
        "thsrc-train-types.js"
      ],
      "css": [
        "thsrc-train-types.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {},
  "icons": {
    "16": "icons/thsrc-train-types-16.png",
    "48": "icons/thsrc-train-types-48.png",
    "128": "icons/thsrc-train-types.png"
  },
  "short_name": "台灣高鐵車種",
  "manifest_version": 2
}