SimpleHue Control for Philips Hue

Control Philips Hue lights

Τι είναι το SimpleHue Control for Philips Hue;

Το SimpleHue Control for Philips Hue είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Arzensoft, και η κύρια λειτουργία του είναι "Control Philips Hue lights".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SimpleHue Control for Philips Hue

Λήψη αρχείων επέκτασης SimpleHue Control for Philips Hue σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Control Philips Hue lights from Chrome. 

This app requires the Hue Bridge. This app cannot control Bluetooth lights.

Functionality:
- Control multiple Hue Bridges.
- Turn on/off lights in rooms or zones
- Change the brightness of the lights by room or zones

Permissions: 
Hue Bridge discovery requires permission to access https://discovery.meethue.com. 

Functions that I want to add in upcoming versions
- Set colors
- Set light colors

Release Notes:

Version 0.10.0
- Updated to Flutter 3.19.0
- Added social networks for contact and support

Version 0.9.8
- Now, you can add a Hue Bridge by typing the IP address
- Fix bug: Now can remove an authorized bridge correctly

Version 0.9.7
- Fixes a bug that crashes the app in version 0.9.5

Version 0.9.5
- Update dependencies
- Require host permission to support Hue Bridge discovery

Version 0.9.0
- Updated to Flutter 3.13.0

Version 0.7.0
- Updated to Flutter 3.10.0

Version 0.6.5
- Update internal dependencies
- Improve performance. 

Version 0.6.0
- Adjusting brightness will be adjusted while sliding. Before, it was adjusted after we stopped sliding.

Version 0.5.9
- Bug fix: Now rooms and zones will load correctly. 

Version 0.5.8
- Improve performance. 

Version 0.5.7
- Added drag handles to allow re-ordering of the rooms and zones.

Version 0.5.4
- Adjusting brightness now will show the percentage

Version 0.5.3
- First release                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SimpleHue Control for Philips Hue SimpleHue Control for Philips Hue
ID hmpdmpklgehkaogoakociceocfcbkckg
Επίσημο URL https://chromewebstore.google.com/detail/simplehue-control-for-phi/hmpdmpklgehkaogoakociceocfcbkckg
Περιγραφή Control Philips Hue lights
Μέγεθος Αρχείου 7.45 MB
Αριθμός Εγκαταστάσεων 817
Τρέχουσα Έκδοση 0.10.0
Τελευταία Ενημέρωση 2024-02-16
Ημερομηνία Δημοσίευσης 2021-07-08
Αξιολόγηση 4.33/5 Συνολικά 21 Αξιολογήσεις
Προγραμματιστής Arzensoft
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SimpleHue Control for Philips Hue",
    "description": "Control Philips Hue lights",
    "version": "0.10.0",
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "\/icons\/icon192.png"
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/discovery.meethue.com\/*"
    ],
    "manifest_version": 3
}