BibTeX Chrome

BibTeX Chrome

Extension to convert BibTeX Citations to APA, MLA, Chicago, Harvard, and Vancouver formats

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BibTeX Chrome",
  "version": "0.1",
  "description": "Extension to convert BibTeX Citations to APA, MLA, Chicago, Harvard, and Vancouver formats",
  "icons": {
    "16": "res/18x18.png",
    "128": "res/128x128.png"
  },
  "browser_action": {
    "default_popup": "./app.html"
  }
}