Better Dark Mode
Give pages a better dark mode by avoiding things like full white text on full black background.
Cos'è Better Dark Mode?
Better Dark Mode è un'estensione di Chrome sviluppata da f, e la sua funzione principale è "Give pages a better dark mode by avoiding things like full white text on full black background.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Better Dark Mode
Scarica i file di estensione Better Dark Mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
- Creates a dark mode of any page by inverting the original colors, background-colors, border-colors. - Unlike most "dark modes," Better Dark Mode reduces eye-strain by not allowing any RGB values below 50 or above 200 by default. Darkness and brightness limits can be customized by user. Potential updates: - Find a way to avoid flash of non-darkened page before extension runs on page load - Store the active/inactive state as well as darkness/brightness limit variables Chrome-wide (currently using localStorage)
Informazioni di Base sull'Estensione
Nome | Better Dark Mode |
ID | ibkdocnpanhgcbbfadninaflpgjecmod |
URL Ufficiale | https://chromewebstore.google.com/detail/better-dark-mode/ibkdocnpanhgcbbfadninaflpgjecmod |
Descrizione | Give pages a better dark mode by avoiding things like full white text on full black background. |
Dimensione del File | 32.05 KB |
Conteggio Installazioni | 5,638 |
Versione Corrente | 0.9.4 |
Ultimo Aggiornamento | 2017-09-23 |
Data di Pubblicazione | 2017-09-23 |
Valutazione | 3.46/5 Totale 26 Valutazioni |
Sviluppatore | f |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Dark Mode", "short_name": "Better Dark", "description": "Give pages a better dark mode by avoiding things like full white text on full black background.", "version": "0.9.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ " |