This Zotero 7 plugin adds:
- An “Item Key” column to the items list and advanced search results
- An “Item Key” row in the Info panel (read-only) for quick access
The Item Key is the internal identifier used by Zotero (e.g., ABCD1234) and is useful for:
- Linking references between devices
- Scripting or API integrations
- Debugging advanced workflows
-
Download the latest release
Go to the Releases page and download the latest.xpifile
(e.g.,item-key-column-1.0.8.xpi). -
Install in Zotero 7
- Open Zotero
- Go to Tools → Plugins
- Drag and drop the downloaded
.xpifile into the Plugins window - Restart Zotero (very important)
-
Enable the column
- In the main library view (or Advanced Search results), click the column picker (table icon at the top-right of the item list)
- Enable Item Key
-
Info pane
- Select an item and open the Info tab in the right panel
- You will see an Item Key row showing the internal key for that item (restart Zotero if the Item Key is not visible)
To build the .xpi yourself from source:
# Zip manifest.json, bootstrap.js, and the locale folder at the root level
zip -r item-key-column.xpi manifest.json bootstrap.js locale