Bookmark, tag, and quickly find important responses in your Google Gemini conversations.
The extension is available for download at:
Enter
to save or Esc
to cancel/close.This section will explain how to get the project setup locally for development.
To work with this project you will need the following dependencies:
This project is hosted at: https://github.com/nrednav/gemini-bookmarks
You can clone the project locally via HTTPS or SSH:
git clone https://github.com/nrednav/gemini-bookmarks.git
git clone git@github.com:nrednav/gemini-bookmarks.git
To install the project’s dependencies:
cd gemini-bookmarks/
npm install
Build the extension for a specific browser using:
npm run build:chrome
npm run build:firefox
This will output the extension files into a sub-directory named dist
within
the gemini-bookmarks
directory.
This project uses Vitest for unit testing. To run the test suite:
npm test
This will execute all test files named with the .test.js
pattern.
To install & run the extension manually, follow these steps:
Chrome
npm run build:chrome
chrome://extensions
Developer Mode
Load unpackaged
dist/
directory of this projectFirefox
npm run build:firefox
about:debugging
This Firefox
Load Temporary Add-on...
manifest.json
file in the dist/
directory of this projectweb-ext
tool from Mozilla: Linkweb-ext run
from within dist/
directory
web-ext sign
dist
directory too.xpi
file generated within a sub-directory
named web-ext-artifacts
about:addons
via the address barInstall Add-on From File
.xpi
file generated in a previous stepThis project uses Semantic Versioning. For a list of available versions, see the repository tag list.
If you encounter a bug or have a feature request, please open an issue on the GitHub repository.
Public contributions are welcome! If you would like to contribute, please fork the repository and create a pull request.
For a list of locales currently supported by the extension, please see public/_locales
Additional translations are most welcome! Please see docs/translations.md for more details.
This project is licensed under the MIT License - see the LICENSE file for details.