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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "[Open source] A quick keyboard remote controller for HomeAssistant, Node-RED and Yamaha receivers"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Quickeys - Home Automation Remote Controller 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}