arXiv title fixer Firefox

Examine source code of arXiv title fixer

Inspect and view changes in arXiv title fixer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "arXiv title fixer",
  "version": "0.4.1resigned1",
  "manifest_version": 2,
  "description": "Set titles of papers on arXiv as <title> of the pdf-tabs.",
  "icons": {
    "512": "webext/images/waiter512.png"
  },
  "background": {
    "scripts": [
      "webext/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://arxiv.org/pdf/*",
        "*://arxiv.org/abs/*"
      ],
      "js": [
        "webext/contentscript.js"
      ],
      "run_at": "document_end"
    }
  ],
  "page_action": {
    "default_icon": {
      "38": "webext/images/waiter38.png"
    },
    "default_title": "Put paper title as tab-title."
  },
  "permissions": [
    "activeTab",
    "*://export.arxiv.org/*",
    "*://arxiv.org/*"
  ],
  "applications": {
    "gecko": {
      "id": "arXiv-title-fixer@musicallyut.in"
    }
  }
}

Best arXiv title fixer Alternatives

Here are some Firefox add-ons that are similar to arXiv title fixer: