All Projects → JabRef → JabRef-Browser-Extension

JabRef / JabRef-Browser-Extension

Licence: AGPL-3.0 license
Browser extension for JabRef to allow importing of new items directly from the browser.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
SCSS
7915 projects
shell
77523 projects
XSLT
1337 projects

Projects that are alternatives of or similar to JabRef-Browser-Extension

Jabref
Graphical Java application for managing BibTeX and biblatex (.bib) databases
Stars: ✭ 2,385 (+3167.12%)
Mutual labels:  jabref, bibtex
pandoc alfred
Pandoc-Suite for Academic Writing in Markdown
Stars: ✭ 68 (-6.85%)
Mutual labels:  jabref, bibtex
Tomato Clock
Tomato Clock is a simple browser extension for managing your productivity.
Stars: ✭ 241 (+230.14%)
Mutual labels:  firefox
qnotero
Standalone sidekick to the Zotero reference manager
Stars: ✭ 38 (-47.95%)
Mutual labels:  bibliographic-references
bib2xhtml
Convert BibTeX references into XHTML
Stars: ✭ 35 (-52.05%)
Mutual labels:  bibtex
Browser Extension
The Hypothesis browser extensions.
Stars: ✭ 246 (+236.99%)
Mutual labels:  firefox
proofengineering-bib
BibTeX bibliographies for proof engineering-related papers
Stars: ✭ 24 (-67.12%)
Mutual labels:  bibtex
Startpage
A minimal starpage for Chrome and Firefox
Stars: ✭ 240 (+228.77%)
Mutual labels:  firefox
Better-Fox
An up-to-date user.js to speed up and secure Firefox
Stars: ✭ 158 (+116.44%)
Mutual labels:  firefox
my-writing-workflow
Tutorial for converting markdown files in to APA-formatted docs, based on my workflow.
Stars: ✭ 35 (-52.05%)
Mutual labels:  bibtex
LaTeX-Templates
Document templates composed using LaTeX for my college assignments and projects (Applicable for any other university or college) ✨
Stars: ✭ 18 (-75.34%)
Mutual labels:  bibtex
html2biblatex
A tiny bookmarklet for exporting web pages to BibLaTeX (all browsers / no installation).
Stars: ✭ 73 (+0%)
Mutual labels:  bibtex
Firefoxlite
Emerging Market Experiment
Stars: ✭ 251 (+243.84%)
Mutual labels:  firefox
bibmanager
A BibTeX manager for LaTeX projects
Stars: ✭ 52 (-28.77%)
Mutual labels:  bibtex
Link Preview Js
Parse and/or extract web links meta information: title, description, images, videos, etc. [via OpenGraph], runs on mobiles and node.
Stars: ✭ 240 (+228.77%)
Mutual labels:  firefox
PubViz
PubViz is a tool for interactive visualization of publication data in BibTeX.
Stars: ✭ 14 (-80.82%)
Mutual labels:  bibtex
Qawolf
🐺 Create browser tests 10x faster
Stars: ✭ 2,912 (+3889.04%)
Mutual labels:  firefox
isbnlib
python library to validate, clean, transform and get metadata of ISBN strings (for devs).
Stars: ✭ 177 (+142.47%)
Mutual labels:  bibliographic-references
econ-bst
BibTeX style file for economics.
Stars: ✭ 33 (-54.79%)
Mutual labels:  bibtex
Geolocate-IP-Browser-Extension
A browser extension, which shows you the origin of your IP address.
Stars: ✭ 21 (-71.23%)
Mutual labels:  firefox

JabRef Browser Extension

Firefox - Chrome - Edge - Vivaldi

Browser extension for users of the bibliographic reference manager JabRef. It automatically identifies and extracts bibliographic information on websites and sends them to JabRef with one click.

When you find an interesting article through Google Scholar, the arXiv or journal websites, this browser extension allows you to add those references to JabRef. Even links to accompanying PDFs are sent to JabRef, where those documents can easily be downloaded, renamed and placed in the correct folder. A wide range of publisher sites, library catalogs and databases are supported.

Please post any issues or suggestions here on GitHub.

Installation and Configuration

Normally, you simply install the extension from the browser store and are ready to go.

Firefox - Chrome - Edge - Vivaldi

Sometimes, a manual installation is necessary (e.g. if you use the portable version of JabRef). In this case, please follow the steps described in the user manual.

Usage

After the installation, you should be able to import bibliographic references into JabRef directly from your browser. Just visit a publisher site or some other website containing bibliographic information (for example, the arXiv) and click the JabRef symbol in the Firefox search bar (or press Alt+Shift+J). Once the JabRef browser extension has extracted the references and downloaded the associated PDF's, the import window of JabRef opens.

You might want to configure JabRef so that new entries are always imported in an already opened instance of JabRef. For this, activate "Remote operation" under the Network tab in the JabRef Preferences.

About this Add-On

Internally, this browser extension uses the magic of Zotero's site translators. Thus most of the credit has to go to the Zotero development team and to the many authors of the site translators collection. Note that this browser extension does not make any changes to the Zotero database and thus both plug-ins coexist happily with each other.

Contributing to the Development

JabRef browser extension uses the WebExtensions API.

Preparation:

  1. Install Node.js (e.g., choco install nodejs)
  2. Install gulp and web-ext: npm install --global gulp-cli web-ext
  3. Fork the repository.
  4. Checkout the repository.
  5. Install development dependencies via npm install.
  6. Start browser with the add-on activated: Firefox: npm run dev:firefox Chrome: npm run dev:opera

Now just follow the typical steps to contribute code:

  1. Create your feature branch: git checkout -b my-new-feature
  2. Build and run the add-on as described above.
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request.

To update dependencies:

  • npm outdated gives an overview of outdated packages (doc)

  • npm-upgrade updates all packages

  • npm install install updated packages

  • running

     git subtree pull --prefix zotero-connectors https://github.com/zotero/zotero-connectors.git master --squash
     git subtree pull --prefix zotero-connectors/src/zotero https://github.com/zotero/zotero.git master --squash
     git subtree pull --prefix zotero-connectors/src/translate https://github.com/zotero/translate.git master --squash
     git subtree pull --prefix zotero-connectors/src/utilities https://github.com/zotero/utilities.git master --squash
     git subtree pull --prefix zotero-scholar-citations https://github.com/MaxKuehn/zotero-scholar-citations.git master --squash
    

    updates the zotero-connectors submodule and the zotero-scholar-citations submodule

  • gulp update-external-scripts copies and post-processes the scripts in the folders zotero-connectors and zotero-scholar-citations to the folder external-scripts

Release of new version

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].