arxiv-utils Firefox

Examine source code of arxiv-utils

By: Johnson
Inspect and view changes in arxiv-utils source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "arxiv-utils",
  "version": "1.8.7",
  "description": "Easy access on ArXiv! Auto-rename tabs to paper title, Quick navigation via button/hotkey, Save PDFs by paper title, and more.",
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://arxiv.org/abs/*",
        "*://export.arxiv.org/abs/*",
        "*://browse.arxiv.org/abs/*",
        "*://www.arxiv.org/abs/*",
        "*://ar5iv.labs.arxiv.org/html/*",
        "*://mozilla.github.io/pdf.js/web/viewer.html*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png"
    },
    "default_title": "Open Abstract / PDF"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+A"
      }
    }
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "contextMenus",
    "webRequest",
    "webRequestBlocking",
    "bookmarks",
    "downloads",
    "*://arxiv.org/*pdf*",
    "*://export.arxiv.org/*pdf*",
    "*://browse.arxiv.org/*pdf*",
    "*://www.arxiv.org/*pdf*"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self' https://arxiv.org https://export.arxiv.org https://browse.arxiv.org https://www.arxiv.org;",
  "web_accessible_resources": [
    "pdfviewer.html"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ab779d78-7270-4ee8-9ee8-369d73508298}"
    }
  },
  "manifest_version": 2
}

Best arxiv-utils Alternatives

Here are some Firefox add-ons that are similar to arxiv-utils: