You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Web extension for Grimoire - a bookmark manager for the wizards 🧙
Adding bookmarks to Grimoire is now easier than ever! With the Grimoire Companion, you can add bookmarks to your Grimoire account directly from your browser. Just click the extension icon, select the category and tags, and press "Add Bookmark" - it's that simple!
Features
add bookmarks to your Grimoire account directly from your browser 🔖
create new tags as you add bookmarks 🏷️
specify the importance and/or flag the bookmark ⭐
automatically fetch metadata from the website using the browser's API 🫶
choose if you want to add a screenshot of the website 📸
Where to get it?
At the moment, grimoire companion is available for download on the following platforms:
# Clone the repository
git clone https://github.com/goniszewski/grimoire-web-extension
# Install the dependencies
pnpm i
# Run the development version
pnpm dev
# Build the production version (by default, this will create the Chrome extension for local development in `build/chrome-mv3-prod`)
pnpm build