jmn / BibtexFromUrl

A simple chrome extension that creates a BibTeX entry for the URL in the current tab. Tab's title and url are automatically copied to be used in your LaTeX documents. Author needs to be filled in manually.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BibTeX entry from URL

A simple chrome extension that creates a BibTeX entry for the URL in the current tab. Supports @misc and @online entries.

  • Tab's title and URL are automatically copied to be used in your LaTeX documents.

  • "Accessed on" field (resp. "urldate" for @online entries) is optional

  • Author, year and month info need to be filled-in manually, and can optionally be omitted.

For http://developer.chrome.com/extensions/packaging.html we get:

@misc{Packa8:online,
author = {},
title = {Packaging - Google Chrome},
howpublished = {\url{https://developer.chrome.com/extensions/packaging}},
month = {},
year = {},
note = {(Accessed on 06/10/2014)}
}

About

A simple chrome extension that creates a BibTeX entry for the URL in the current tab. Tab's title and url are automatically copied to be used in your LaTeX documents. Author needs to be filled in manually.

License:GNU General Public License v2.0


Languages

Language:JavaScript 72.7%Language:TeX 12.3%Language:HTML 11.0%Language:Makefile 3.7%Language:CSS 0.3%