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
扩展基本信息
名称 | 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\/*" ] } |