Taiwan eBook Downloader

Taiwan eBook Downloader

Download PDF ebooks from Taiwan eBook database

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "author": "Element Davv <[email protected]>",
  "description": "__MSG_description__",
  "homepage_url": "https://github.com/elementdavv/taiwan_ebook_downloader",
  "name": "Taiwan eBook Downloader",
  "version": "0.1.0",
  "default_locale": "en",
  "icons": {
    "128": "images/logo128.png"
  },
  "action": {
    "default_icon": {
      "128": "images/logo128.png"
    },
    "default_title": "__MSG_title__"
  },
  "background": {
    "service_worker": "js/bg.js",
    "type": "module"
  },
  "permissions": [
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "https://taiwanebook.ncl.edu.tw/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/*"
      ],
      "matches": [
        "https://taiwanebook.ncl.edu.tw/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}