Page Shadow
A series of tools designed to improve the reading of web pages in a dark environment/other.
Τι είναι το Page Shadow;
Το Page Shadow είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.eliastiksofts.com, και η κύρια λειτουργία του είναι "A series of tools designed to improve the reading of web pages in a dark environment/other.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Page Shadow
Λήψη αρχείων επέκτασης Page Shadow σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Page Shadow is a dark mode extension. It includes a series of tools to improve the reading of web pages in a dark environment. It allows you: - To increase the contrast of the pages, that is to say to reinforce the dark tones of the pages: the extension transforms the design of any site into a "dark mode" theme. This mode has several color themes, and you can also create your own themes; - To decrease the brightness of the pages; - To invert the colors of images or entire pages; - To attenuate the colors of images; - To enable a night mode (applies an orange filter on the pages to reduce the blue light emitted by the screen). All theses options can be enabled with one clic from the extension menu. Page Shadow has many settings to personalize your extension: different settings to each site, automatic enable/disable, etc. Page Shadow also allows you to disable the extension for specific websites/pages, etc.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Page Shadow |
ID | eimaelgbclmdoeimifebaagealdkjmki |
Επίσημο URL | https://chromewebstore.google.com/detail/page-shadow/eimaelgbclmdoeimifebaagealdkjmki |
Περιγραφή | A series of tools designed to improve the reading of web pages in a dark environment/other. |
Μέγεθος Αρχείου | 897 KB |
Αριθμός Εγκαταστάσεων | 661 |
Τρέχουσα Έκδοση | 2.10.3 |
Τελευταία Ενημέρωση | 2023-03-07 |
Ημερομηνία Δημοσίευσης | 2019-08-15 |
Αξιολόγηση | 4.40/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | https://www.eliastiksofts.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.eliastiksofts.com/page-shadow/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.eliastiksofts.com/contact/ |
Υποστηριζόμενες Γλώσσες | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page Shadow", "version": "2.10.3", "default_locale": "en", "manifest_version": 3, "icons": { "32": "img\/icon_32.png", "40": "img\/icon_40.png", "48": "img\/icon_48.png", "64": "img\/icon.png", "96": "img\/icon_96.png", "128": "img\/icon_128.png", "256": "img\/icon_256.png", "512": "img\/icon_512.png" }, "description": "__MSG_extensionDescription__", "author": "Eliastik", "homepage_url": "http:\/\/www.eliastiksofts.com\/page-shadow\/", "action": { "default_title": "Page Shadow", "default_icon": { "32": "img\/icon_32.png", "40": "img\/icon_40.png", "48": "img\/icon_48.png", "64": "img\/icon.png", "96": "img\/icon_96.png", "128": "img\/icon_128.png", "256": "img\/icon_256.png", "512": "img\/icon_512.png" } }, "options_page": "options.html", "permissions": [ "storage", "contextMenus", "tabs", "unlimitedStorage", "alarms" ], "host_permissions": [ " |