Compare Chrome extensions: Zotero Connector vs React Developer Tools

Stats Zotero Connector Zotero Connector React Developer Tools React Developer Tools
User count 6,000,000+ 4,000,000+
Average rating 3.96 3.98
Rating count 2,061 1,511
Last updated 2024-03-22 2024-04-18
Size 1.27M 2.52M
Version 5.0.123 5.1.0 (4/15/2024)
Short description
Save references to Zotero from your web browser Adds React debugging tools to the Chrome Developer Tools. Created from revision b566064da on 4/15/2024.
Full summary

Zotero is a free, easy-to-use, open-source tool to help you collect, organize, annotate, cite, and share research.

The Zotero Connector automatically senses content as you browse the web and allows you to save items to Zotero with a single click. If a PDF is available, the Connector can save it to your library to read later, and it can even save snapshots of webpages in case they change or disappear. Whether you're searching for a preprint on arXiv.org, a journal article from JSTOR, a news story from the New York Times, or a book from your university library catalog, Zotero has you covered with support for thousands of sites.

Additionally, if you use a web-based proxy to access resources your institution subscribes to, the Zotero Connector can automatically redirect you through the proxy when you follow links to those sites from elsewhere on the web, making sure that you always have access to PDFs and other gated content.

While the Connector can save most pages directly to your zotero.org account, for the full Zotero experience be sure to install the Zotero desktop app, which allows you to organize your references efficiently, insert citations automatically into Word, LibreOffice, and Google Docs, and much more. You can download Zotero for free from https://www.zotero.org/download

We are happy to help with any issues you encounter with the Zotero Connector, but we cannot do so through the Chrome Web Store. For bug reports, questions, comments, or help, please visit https://www.zotero.org/support/getting_help

React Developer Tools is a Chrome DevTools extension for the open-source React JavaScript library. It allows you to inspect the React component hierarchies in the Chrome Developer Tools.

You will get two new tabs in your Chrome DevTools: "⚛️ Components" and "⚛️ Profiler".

The Components tab shows you the root React components that were rendered on the page, as well as the subcomponents that they ended up rendering.

By selecting one of the components in the tree, you can inspect and edit its current props and state in the panel on the right. In the breadcrumbs you can inspect the selected component, the component that created it, the component that created that one, and so on.

If you inspect a React element on the page using the regular Elements tab, then switch over to the React tab, that element will be automatically selected in the React tree.

The Profiler tab allows you to record performance information.

This extension requires permissions to access the page's React tree, but it does not transmit any data remotely. It is fully open source, and you can find its source code at https://github.com/facebook/react/tree/master/packages/react-devtools-extensions.