Joyhike 揪山申請入園證小幫手

Joyhike 揪山申請入園證小幫手

快速複製「揪山」的參團成員資料,並在「臺灣登山申請一站式服務網」中一鍵貼上,縮短入山入園證的申請流程。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Joyhike 揪山申請入園證小幫手",
  "description": "快速複製「揪山」的參團成員資料,並在「臺灣登山申請一站式服務網」中一鍵貼上,縮短入山入園證的申請流程。",
  "version": "0.0.0.6",
  "action": {
    "default_popup": "views/index.html",
    "default_icon": "images/icon/256.png"
  },
  "icons": {
    "16": "images/icon/16.png",
    "32": "images/icon/32.png",
    "64": "images/icon/64.png",
    "128": "images/icon/128.png",
    "256": "images/icon/256.png"
  },
  "background": {
    "service_worker": "script/background.js"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "content_scripts": [
    {
      "js": [
        "script/content.js"
      ],
      "matches": [
        "https://developer.chrome.com/docs/extensions/*",
        "https://developer.chrome.com/docs/webstore/*",
        "https://hike.taiwan.gov.tw/*",
        "https://joyhike.com/*"
      ]
    }
  ]
}