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 |
| 官方網址 | 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"
}
} | |