DigitalOcean Toolbox
Manage your DigitalOcean droplets.
Wat is DigitalOcean Toolbox?
DigitalOcean Toolbox is een Chrome-extensie ontwikkeld door jasoneswan, en de belangrijkste functie is "Manage your DigitalOcean droplets.".
Extensie Screenshots
Download het CRX-bestand van de extensie DigitalOcean Toolbox
Download DigitalOcean Toolbox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
✔ 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
Basisinformatie over de Extensie
Naam | DigitalOcean Toolbox |
ID | mkabammgfmchcfkobgpmcgkcmdfpjdde |
Officiële URL | https://chromewebstore.google.com/detail/digitalocean-toolbox/mkabammgfmchcfkobgpmcgkcmdfpjdde |
Beschrijving | Manage your DigitalOcean droplets. |
Bestandsgrootte | 486 KB |
Aantal Installaties | 188 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2015-01-20 |
Publicatiedatum | 2015-01-20 |
Beoordeling | 2.75/5 Totaal 8 Beoordelingen |
Ontwikkelaar | jasoneswan |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |