A Chrome extension for connecting image sites to Bloom. It notices downloads of images, then tells Bloom where they are and where they came from. Bloom can then offer the images in a gallery for easy insertion. For image sites that have an API, Bloom can get the credit and license data for the image so that this can be automatically included in the book.
- Requires Volta
yarn install
will load dependencies.yarn dev
will put everything in thedist/
folder and keep it up to date as you change files.- In Chrome, go to chrome://extensions
- Enable "Developer mode"
- Click "Load unpacked", choose the
dist/
folder produced byyarn dev
- In the extension card named "Download to Bloom", click "Inspect views service worker". This will open a DevTools window for the extension.
- As you make changes, the extension will automatically update.
Note that the yarn dev
process in the terminal fails frequently. For workarounds, see crxjs/chrome-extension-tools#538.