Skip to content

Browser extension for searching digital ocean droplets

Notifications You must be signed in to change notification settings

mpran/baby_shark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small chrome extension to help with DO searches

For the extension to work, you must be logged in to digital ocean

Chrome Local Installation

  1. Clone this repository
  2. In chrome go to More Tools -> extensions
  3. Ensure the Developer mode toggle is turned on in the upper right corner
  4. In the left-top should see Load Unpacked. Click it.
  5. Navigate to where you cloned this repository
  6. Select baby_shark
  7. Get 💰

Firefox Local Installation

  1. Go to the Firefox developer add-on api key page
  2. Create a new api key and save your token and secret
  3. Save them as environment variables, or copy/paste them in step 5b
  4. Clone this repository
  5. Install web-ext (npm i -g web-ext)
  6. In this directory (cd ~/baby_shark)
  7. web-ext build
  8. web-ext sign --api-key=$AMO_JWT_ISSUER --api-secret=$AMO_JWT_SECRET
  9. Go to Add-ons (Cmd Shift A)
  10. Gear Icon -> "Install Add-on From File..."
  11. Select the file from ~/baby_shark/web-ext-artifacts/baby_shark-1.0-an+fx.xpi
  12. Get 💰