NTU Library Proxy

NTU Library Proxy

NTU library proxy helper

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "ntu-32x32.png"
  },
  "content_scripts": [
    {
      "js": [
        "paper_downloader.js"
      ],
      "matches": [
        "http://www.google.com/*",
        "http://ieeexplore.ieee.org/*",
        "http://*.ezlibproxy1.ntu.edu.sg/*",
        "http://www.springerlink.com/*",
        "http://dl.acm.org/*",
        "http://www.sciencedirect.com/*",
        "https://springerlink3.metapress.com/*",
        "http://citeseerx.ist.psu.edu/*",
        "http://www.worldscinet.com/*",
        "http://www.computer.org/*",
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "NTU library proxy helper",
  "name": "NTU Library Proxy",
  "permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "2.7",
  "manifest_version": 2
}