Small chrome extension to help with DO searches
For the extension to work, you must be logged in to digital ocean
- Clone this repository
- In chrome go to More Tools -> extensions
- Ensure the
Developer mode
toggle is turned on in the upper right corner - In the left-top should see Load Unpacked. Click it.
- Navigate to where you cloned this repository
- Select
baby_shark
- Get 💰
- Go to the Firefox developer add-on api key page
- Create a new api key and save your token and secret
- Save them as environment variables, or copy/paste them in step 5b
- Clone this repository
- Install
web-ext
(npm i -g web-ext
) - In this directory (
cd ~/baby_shark
) web-ext build
web-ext sign --api-key=$AMO_JWT_ISSUER --api-secret=$AMO_JWT_SECRET
- Go to
Add-ons
(Cmd Shift A) - Gear Icon -> "Install Add-on From File..."
- Select the file from
~/baby_shark/web-ext-artifacts/baby_shark-1.0-an+fx.xpi
- Get 💰