open-in-overleaf

open-in-overleaf

Access the LaTeX source code of arXiv papers on Overleaf

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "open-in-overleaf",
  "version": "0.1.1",
  "description": "Access the LaTeX source code of arXiv papers on Overleaf ",
  "author": "Amit Chaudhary <[email protected]>",
  "homepage_url": "https://github.com/amitness/open-in-overleaf",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://arxiv.org/abs/*",
        "http://arxiv.org/abs/*"
      ],
      "js": [
        "scripts/inject.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "144": "images/icon.png"
  },
  "offline_enabled": true
}