Night Shift (Lux control)

Control red, green, and blue color levels for both daytime and nighttime

Τι είναι το Night Shift (Lux control);

Το Night Shift (Lux control) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον joue.quroi, και η κύρια λειτουργία του είναι "Control red, green, and blue color levels for both daytime and nighttime".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Night Shift (Lux control)

Λήψη αρχείων επέκτασης Night Shift (Lux control) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        This extension controls the level of red, green and blue colors to control the page lux level.

The extension uses two methods to achieve page's lux control:

1. DIV method: This method inserts a div element on top of the root element with user-defined color levels and a user-defined opacity level. Like a colorful glass, it reduces the color levels.

2. SVG method: This method attaches an SVG filter to the document to control red, green and blue color levels. This method is the recommended method if your browser supports SVG filters. By using this method if a color level is set to zero, there will be no channel for this particular color. For instance, you can fully block the blue color in the nighttime.

Note: Although the "SVG" method is way more powerful than the other method, it might not be fully supported by your browser. If you had an issue in a page, switch to the "DIV" method and refresh the page.

This extension offers different settings for daytime and nighttime hours.                    

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

Όνομα Night Shift (Lux control) Night Shift (Lux control)
ID gjkdgpcfapacjkidendefpdafgplamdb
Επίσημο URL https://chrome.google.com/webstore/detail/night-shift-lux-control/gjkdgpcfapacjkidendefpdafgplamdb
Περιγραφή Control red, green, and blue color levels for both daytime and nighttime
Μέγεθος Αρχείου 48.41 KB
Αριθμός Εγκαταστάσεων 49
Τρέχουσα Έκδοση 0.1.0
Τελευταία Ενημέρωση 2018-02-19
Ημερομηνία Δημοσίευσης 2018-02-19
Αξιολόγηση 1.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής joue.quroi
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://add0n.com/eye-protector.html?from=night-shift
Διεύθυνση URL της Σελίδας Βοήθειας http://add0n.com/eye-protector.html?from=night-shift
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.0",
    "name": "Night Shift (Lux control)",
    "description": "Control red, green, and blue color levels for both daytime and nighttime",
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "storage",
        "alarms",
        "idle",
        ""
    ],
    "homepage_url": "http:\/\/add0n.com\/eye-protector.html?from=night-shift",
    "background": {
        "persistent": false,
        "scripts": [
            "webext.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_popup": "data\/popup\/index.html"
    }
}