Quickeys - Home Automation Remote Controller
[Open source] A quick keyboard remote controller for HomeAssistant, Node-RED and Yamaha receivers
ما هو Quickeys - Home Automation Remote Controller؟
Quickeys - Home Automation Remote Controller هو إضافة Chrome تم تطويرها بواسطة Moti Radomski، والميزة الرئيسية لها هي "[Open source] A quick keyboard remote controller for HomeAssistant, Node-RED and Yamaha receivers".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quickeys - Home Automation Remote Controller
قم بتنزيل ملفات الامتداد Quickeys - Home Automation Remote Controller بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
v1.2: Changed HomeAssistant authentication to the new long-lived token methodology.
v1.3: Added support for Shift/Ctrl/Alt modifier keys (so you can now have Shift-A launching a script and Ctrl-Shift-Up turning on the volume)
v1.4: Removed redundant permissions, created privacy policy (we do not collect, store or share any information)
v1.41: Fix permissions
Open source.
Use your keyboard to easily and quickly control the Node-Red and HomeAssistant home automation platforms and network-enabled Yamaha receivers.
With Quickeys you can define key combinations to power up your receiver, change the volume or launch your personal HomeAssistant scripts. Create HTTP requests to access custom-made Node-Red events, and have them accessible through an integral Chrome popup!
Permissions: the extensions asks for access to all websites because I cannot know in advance what is the address of your Yamaha receiver or Homeassistant installation. The extension NEVER connects to the external internet.
-- Questions? Ideas? Bugs? Please LMK! معلومات أساسية عن التمديد
| الاسم | |
| ID | jkgegggbdflhahedhddbjgmmekfefbpi |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/quickeys-home-automation/jkgegggbdflhahedhddbjgmmekfefbpi |
| الوصف | [Open source] A quick keyboard remote controller for HomeAssistant, Node-RED and Yamaha receivers |
| حجم الملف | 796 KB |
| عدد التثبيتات | 347 |
| النسخة الحالية | 1.41 |
| آخر تحديث | 2022-07-27 |
| تاريخ النشر | 2019-11-16 |
| تقييم | 4.00/5 مجموع تقييمات 4 |
| المطور | Moti Radomski |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/motir/quickeys |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Quickeys - Home Automation Remote Controller",
"description": "[Open source] A quick keyboard remote controller for HomeAssistant, Node-RED and Yamaha receivers",
"version": "1.41",
"permissions": [
"http:\/\/*\/*"
],
"host_permissions": [
"http:\/\/*\/*"
],
"options_page": "config.html",
"browser_action": {
"default_title": "Quickeys",
"default_icon": "res\/icon_128.png",
"default_popup": "popup.html"
},
"manifest_version": 2,
"icons": {
"128": "res\/icon_128.png"
}
} | |