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 Moti Radomski द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "[Open source] A quick keyboard remote controller for HomeAssistant, Node-RED and Yamaha receivers"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quickeys - Home Automation Remote Controller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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!
एक्सटेंशन की मूल जानकारी
नाम | Quickeys - Home Automation Remote Controller |
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" } } |