BibTexMe

BibTexMe

This extension converts Current web/Pdf-tab and any marked search-term to a BibTex entry.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BibTexMe",
  "description": "This extension converts Current web/Pdf-tab and any marked search-term to a BibTex entry.",
  "version": "1.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Make me TeX!"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "permissions": [
    "storage",
    "activeTab",
    "https://ajax.googleapis.com/",
    "http://www.worldcat.org/*",
    "http://web.archive.org/*",
    "http://api.springer.com/*"
  ]
}