BibTeX Maker

BibTeX Maker

Creates a BibTeX entry corresponding to a page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "BibTeX Maker",
  "description": "Creates a BibTeX entry corresponding to a page.",
  "version": "1.0.1",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "https://arxiv.org/abs/",
    "https://arxiv.org/pdf/",
    "https://www.medrxiv.org/content/",
    "https://www.biorxiv.org/content/",
    "https://openreview.net/forum?id=*",
    "https://openreview.net/pdf?id=*",
    "https://papers.nips.cc/paper/",
    "https://papers.neurips.cc/paper/",
    "https://proceedings.neurips.cc/paper/",
    "http://www.roboticsproceedings.org/",
    "https://distill.pub/",
    "https://www.nature.com/articles/",
    "https://science.sciencemag.org/content/",
    "https://ieeexplore.ieee.org/document/",
    "https://openaccess.thecvf.com/"
  ],
  "manifest_version": 2
}