Skip to content

A Chrome extension that boost your paper writing (especially the literature review part).

License

Notifications You must be signed in to change notification settings

b1f6c1c4/copy-bibtex-to-clipboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Copy BibTeX to Clipboard

A Chrome extension that boost your paper writing (especially the literature review part).

TL;DR

  1. git clone --depth=1 https://github.com/b1f6c1c4/copy-bibtex-to-clipboard or download as zip and unzip.
  2. Open chrome://extensions/
  3. Enable Developer mode.
  4. Click Load unpacked.
  5. Pick the folder containing main.js and manifest.json.
  6. Search something in Google Scholar.
  7. Click CopyBibTeXToClipboard only once. There's no visual feedback.
  8. Paste the bibtex into your favorite LaTeX editor.
  9. Repeat 6~8 until you finish your literature review.
  10. Star this repo.

Legal

MIT License

Copyright (c) 2018 Jinzheng Tu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.