With the DigitalOcean ToolKit browser extension it is possible to manage your DigitalOcean resources via APIv2 of DigitalOcean.
Get DigitalOcean ToolKit from chrome extension store.
This extension provides currently following features:
- List and manage your droplets
- List and manage your billings
- Display current balance state
- Display current account limits
More features are in planning. Please visit support page to get more information.
To use DigitalOcean ToolKit browser extension you need a DigitalOcean account. If you already have an account, you can directly go to next step "Prepare ToolKit...".
- Create your own DigitalOcean account.
- Verify your new created account.
Get your own DigitalOcean account with $100 free credits here.
To use DigitalOcean ToolKit browser extension you need a personal access token with read and write permissions.
- Create your personal access token for example named as "ToolKit".
- Copy "ToolKit" personal access token.
- Open option dialog of DigitalOcean ToolKit browser extension.
- Paste copied personal access token into API access token field.
- Save your settings.
Get your personal access token for DigitalOcean API here.
If you like the DigitalOcean ToolKit browser extension and want more features you can support in different ways.
- Use my DigitalOcean referral link to create new DigitalOcean accounts.
- Use paypal.me to donate for further development of DigitalOcean ToolKit.
- Leave a positive rating or review in browser extension store.
- Blog about the DigitalOcean ToolKit browser extension on your website.
- Share the DigitalOcean ToolKit extension with other DigitalOcean users you know.
Bug reports and feature requests are handled on Github. Before you create a new issue please take a look in current issue queue.
Current issues: https://github.com/IT-Cru/digitalocean-toolkit/issues
Please use following link to create a new bug report or feature request:
Create new issue: https://github.com/IT-Cru/digitalocean-toolkit/issues/new
All brand names, product names, abbreviations and logos used on these pages are the property of the companies / groups concerned and are recognized as protected.
- src/typescript: TypeScript source files
- src/assets: static files
- dist: Chrome Extension directory
- dist/js: Generated JavaScript files
npm install
npm run build
npm run watch
npm run test