Care your Eyes
Change the page's background color to the reseda or night mode and you can click a block to make it changing color.
Τι είναι το Care your Eyes;
Το Care your Eyes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον neverdie2023, και η κύρια λειτουργία του είναι "Change the page's background color to the reseda or night mode and you can click a block to make it changing color.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Care your Eyes
Λήψη αρχείων επέκτασης Care your Eyes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Change a webpage's background color to reseda or night mode to protect your eyes from intensity of white or other lightness color. You can custom the setting of which webpage element's background image and font color by yourself. You can right click to change some block's color, and you can disabled or enabled the function by context menu. You can custom the BG color and the font color by yourself You can disable the extension in all the webpages of one site
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | fidmpnedniahpnkeomejhnepmbdamlhl |
Επίσημο URL | https://chrome.google.com/webstore/detail/care-your-eyes/fidmpnedniahpnkeomejhnepmbdamlhl |
Περιγραφή | Change the page's background color to the reseda or night mode and you can click a block to make it changing color. |
Μέγεθος Αρχείου | 291 KB |
Αριθμός Εγκαταστάσεων | 148,305 |
Τρέχουσα Έκδοση | 7.1.17 |
Τελευταία Ενημέρωση | 2023-05-13 |
Ημερομηνία Δημοσίευσης | 2020-04-22 |
Αξιολόγηση | 4.31/5 Συνολικά 1430 Αξιολογήσεις |
Προγραμματιστής | neverdie2023 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://sites.google.com/view/random-number-extension/home |
Υποστηριζόμενες Γλώσσες | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extName__", "version": "7.1.17", "description": "__MSG_extDescription__", "default_locale": "en", "permissions": [ "contextMenus", "storage", "tabs", "http:\/\/tjs.sjs.sinajs.cn\/", "notifications", "*:\/\/*\/*" ], "icons": { "16": "images\/glasses16.png", "48": "images\/glasses48.png", "128": "images\/glasses128.png" }, "browser_action": { "default_icon": { "19": "images\/glasses32.png", "38": "images\/glasses32.png" } }, "background": { "scripts": [ "js\/bg.js" ] }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*\/*" ], "css": [ "css\/night-mode.css" ], "js": [ "js\/inject0.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |