Paper downloader

Paper downloader

Plugin helps to download articles with human readable file names

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Paper downloader",
  "version": "0.0.2",
  "description": "Plugin helps to download articles with human readable file names",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "http://arxiv.org/abs/*",
    "http://arxiv.org/list/*"
  ],
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "common.js",
        "script_arxive.org.js"
      ],
      "matches": [
        "http://arxiv.org/abs/*",
        "http://arxiv.org/list/*"
      ]
    },
    {
      "js": [
        "jquery.min.js",
        "common.js",
        "script_eccc.hpi-web.de.js"
      ],
      "matches": [
        "http://arxiv.org/abs/*",
        "http://eccc.hpi-web.de/report/*"
      ]
    }
  ],
  "manifest_version": 2
}