Tilaa VPS
Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands.
Что такое Tilaa VPS?
Tilaa VPS - это расширение Chrome, разработанное Rob, и его основная функция - "Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands.".
Снимки экрана расширения
Скачать файл CRX расширения Tilaa VPS
Скачайте файлы расширений 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"
}
} | |