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. 拡張機能の基本情報
| 名前 | |
| 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"
}
} | |