下標輔助工具

下標輔助工具

下標輔助工具

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "下標輔助工具",
  "description": "下標輔助工具",
  "web_accessible_resources": [
    {
      "resources": [
        "shwoo.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://shwoo.gov.taipei/shwoo/newproduct/newproduct00/product*",
        "http://shwoo.taipei.gov.tw/shwoo/newproduct/newproduct00/product*"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "version": "3.7",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs"
  ],
  "action": {
    "default_icon": {
      "16": "/images/shwoo16.png",
      "32": "/images/shwoo32.png",
      "48": "/images/shwoo48.png",
      "128": "/images/shwoo128.png"
    }
  },
  "icons": {
    "16": "/images/shwoo16.png",
    "32": "/images/shwoo32.png",
    "48": "/images/shwoo48.png",
    "128": "/images/shwoo128.png"
  }
}