MARC PLI Converter

MARC PLI Converter

Get MARC 505 field for PLI table of contents

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "MARC PLI Converter",
  "version": "1",
  "description": "Get MARC 505 field for PLI table of contents",
  "browser_action": {
    "name": "Manipulate DOM"
  },
  "content_scripts": [
    {
      "js": [
        "jquery-3.2.1.min.js",
        "background.js"
      ],
      "matches": [
        "http://www.pli.edu/Content/CourseHandbook/*",
        "https://www.pli.edu/Content/CourseHandbook/*"
      ]
    }
  ],
  "permissions": [
    "tabs"
  ]
}