Tilaa VPS
Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands.
什么是Tilaa VPS?
Tilaa VPS是由Rob开发的Chrome扩展程序,该扩展的主要功能是“Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands.”。
扩展截图
下载Tilaa VPS扩展crx文件
下载Tilaa VPS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simplified version of the Tilaa dashboard in the form of a Chrome extension. It allows you to retrieve a list of your virtual servers, with their current status and configuration, and perform basic management tasks such as (re)starting and stopping a machine.
扩展基本信息
名称 | Tilaa VPS |
ID | ibglpalofdjmncnanplfjcapcaakoinb |
官方URL | https://chromewebstore.google.com/detail/tilaa-vps/ibglpalofdjmncnanplfjcapcaakoinb |
简介 | Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands. |
文件大小 | 21.79 KB |
安装次数 | 643 |
当前版本 | 1.0 |
更新时间 | 2014-05-14 |
上架时间 | 2014-05-14 |
评分 | 3.14/5 共7次评分 |
开发者 | Rob |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tilaa VPS", "description": "Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands.", "version": "1.0", "options_page": "options.html", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "storage", "https:\/\/api.tilaa.com\/" ], "browser_action": { "default_icon": "img\/tilaa-icon.png", "default_popup": "popup.html" } } |