DigitalOcean Toolbox

Manage your DigitalOcean droplets.

DigitalOcean Toolbox란 무엇입니까?

DigitalOcean Toolbox은(는) jasoneswan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage your DigitalOcean droplets."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

DigitalOcean Toolbox 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ✔  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                    

확장 프로그램 기본 정보

이름 DigitalOcean Toolbox DigitalOcean Toolbox
ID mkabammgfmchcfkobgpmcgkcmdfpjdde
공식 URL https://chromewebstore.google.com/detail/digitalocean-toolbox/mkabammgfmchcfkobgpmcgkcmdfpjdde
설명 Manage your DigitalOcean droplets.
파일 크기 486 KB
설치 횟수 188
현재 버전 1.0.1
최근 업데이트 2015-01-20
출시 날짜 2015-01-20
평점 2.75/5 총 8 개의 평점
개발자 jasoneswan
결제 유형 free
지원되는 언어 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\/*"
    ]
}