DigitalOcean Toolbox
Manage your DigitalOcean droplets.
DigitalOcean Toolboxとは何ですか?
DigitalOcean Toolboxはjasoneswanによって開発されたChromeの拡張機能で、その主な機能は「Manage your DigitalOcean droplets.」です。
拡張機能のスクリーンショット
DigitalOcean Toolbox拡張機能のCRXファイルをダウンロード
DigitalOcean Toolbox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
✔ 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 拡張機能の基本情報
| 名前 | |
| 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\/*"
]
} | |