DigitalOcean Toolbox
Manage your DigitalOcean droplets.
What is DigitalOcean Toolbox?
DigitalOcean Toolbox is a Chrome extension developed by jasoneswan, and its main feature is "Manage your DigitalOcean droplets.".
Extension Screenshots
Download DigitalOcean Toolbox Extension CRX File
Download DigitalOcean Toolbox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
✔ Easily see all your droplets and their current status. ✔ Reboot, Power on/off. ✔ View cost per month, and estimated total monthly cost (Based on current number of droplets and their monthly charges). Want to support this plugin and receive $10 in free hosting credit? Signup to Digital Ocean with this referral link: https://www.digitalocean.com/?refcode=056d8da98a9b
Extension Basic Information
Name | DigitalOcean Toolbox |
ID | mkabammgfmchcfkobgpmcgkcmdfpjdde |
Official URL | https://chromewebstore.google.com/detail/digitalocean-toolbox/mkabammgfmchcfkobgpmcgkcmdfpjdde |
Description | Manage your DigitalOcean droplets. |
File Size | 486 KB |
Installation Count | 188 |
Current Version | 1.0.1 |
Last Updated | 2015-01-20 |
Publish Date | 2015-01-20 |
Rating | 2.75/5 Total 8 Ratings |
Developer | jasoneswan |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DigitalOcean Toolbox", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "res\/*" ], "description": "Manage your DigitalOcean droplets.", "background": { "page": "background.html" }, "homepage_url": "https:\/\/www.digitalocean.com\/", "version": "1.0.1", "options_page": "options.html", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/button.png", "default_title": "DigitalOcean Toolbox" }, "permissions": [ "tabs", "webNavigation", "https:\/\/api.digitalocean.com\/*" ] } |