DigitalOcean Toolbox

Manage your DigitalOcean droplets.

Cos'è DigitalOcean Toolbox?

DigitalOcean Toolbox è un'estensione di Chrome sviluppata da jasoneswan, e la sua funzione principale è "Manage your DigitalOcean droplets.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione DigitalOcean Toolbox

Scarica i file di estensione DigitalOcean Toolbox in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ✔  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                    

Informazioni di Base sull'Estensione

Nome DigitalOcean Toolbox DigitalOcean Toolbox
ID mkabammgfmchcfkobgpmcgkcmdfpjdde
URL Ufficiale https://chromewebstore.google.com/detail/digitalocean-toolbox/mkabammgfmchcfkobgpmcgkcmdfpjdde
Descrizione Manage your DigitalOcean droplets.
Dimensione del File 486 KB
Conteggio Installazioni 188
Versione Corrente 1.0.1
Ultimo Aggiornamento 2015-01-20
Data di Pubblicazione 2015-01-20
Valutazione 2.75/5 Totale 8 Valutazioni
Sviluppatore jasoneswan
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}