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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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"
}
} | |