Save your Excalidraw drawings
- 💾 Save your drawing
- 🖼️ Preview your drawings
- 🔎 Search your drawings
- ❤️ Favorites
- 📂 Organize your drawings in collections
- 📤 Import/Export
- and more...
![Screenshot 2024-02-17 at 11 36 48 PM](https://private-user-images.githubusercontent.com/18385321/305685255-f7282312-7e41-40dd-a5ac-604c9b8de6fa.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MDI2NjcsIm5iZiI6MTczOTYwMjM2NywicGF0aCI6Ii8xODM4NTMyMS8zMDU2ODUyNTUtZjcyODIzMTItN2U0MS00MGRkLWE1YWMtNjA0YzliOGRlNmZhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA2NTI0N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTcxMGI5MzNhYjc2ZDJlNDZmZjI3ZjkxMjg3OTE5MDAxNjJlMjJmNDkwMjNhOTU4YzZkY2ExZWUzZWIyMmEzZTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.62WG1AeDC12Ua1zoCL2BPu4Ten548AeGv-rDibZE6tc)
88 & later ✔ | To be published |
Ensure you have
- Node.js 20 or later installed (Suggested: Install via fnm or nvm)
- Yarn v1 or v2 installed (
npm i -g yarn
)
Then run the following:
yarn install --frozen-lockfile
to install dependencies.yarn run dev:chrome
to start the development server for chrome extensionyarn run dev:firefox
to start the development server for firefox addonyarn run dev:opera
to start the development server for opera extensionyarn run build:chrome
to build chrome extensionyarn run build:firefox
to build firefox addonyarn run build:opera
to build opera extensionyarn run build
builds and packs extensions all at once to extension/ directory
-
yarn install --frozen-lockfile
to install dependencies. -
To watch file changes in development
- Chrome
yarn run dev:chrome
- Firefox
yarn run dev:firefox
- Opera
yarn run dev:opera
- Chrome
-
Load extension in browser
-
- Go to the browser address bar and type
chrome://extensions
- Check the
Developer Mode
button to enable it. - Click on the
Load Unpacked Extension…
button. - Select your browsers folder in
extension/
.
- Go to the browser address bar and type
-
- Load the Add-on via
about:debugging
as temporary Add-on. - Choose the
manifest.json
file in the extracted directory ⚠️ Ensure that you grant the necessary permissions for the extension to function correctly
- Load the Add-on via
-
- Load the extension via
opera:extensions
- Check the
Developer Mode
and load as unpacked from extension’s extracted directory.
- Load the extension via