dim the screen
dim the screen,screen blue light filter, brightness control
Τι είναι το dim the screen;
Το dim the screen είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://care-eyes.com, και η κύρια λειτουργία του είναι "dim the screen,screen blue light filter, brightness control".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης dim the screen
Λήψη αρχείων επέκτασης dim the screen σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
dim the screen extension can adjust the gamma value of your computer’s display adapt, reduce the blue part (RGB value) of the light, filter blue light. it makes your computer screen looks more comfortable, so that your eyes will not feel tired ,Protect your eyes from computer screen
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | olmpfahephldkkfhkmlnociobiihgndg |
Επίσημο URL | https://chrome.google.com/webstore/detail/dim-the-screen/olmpfahephldkkfhkmlnociobiihgndg |
Περιγραφή | dim the screen,screen blue light filter, brightness control |
Μέγεθος Αρχείου | 28.77 KB |
Αριθμός Εγκαταστάσεων | 405 |
Τρέχουσα Έκδοση | 1.0.0.7 |
Τελευταία Ενημέρωση | 2017-07-05 |
Ημερομηνία Δημοσίευσης | 2017-07-05 |
Αξιολόγηση | 2.43/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | https://care-eyes.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://care-eyes.com/?pf |
Διεύθυνση URL της Σελίδας Βοήθειας | https://care-eyes.com/feedback?pf |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "__MSG_default_title__", "default_icon": "icons\/icon_48.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "management", "contextMenus", "notifications", "nativeMessaging" ], "version": "1.0.0.7", "manifest_version": 2 } |