Dark Theme
Dark Theme for every websites - Dark mode web. Dark theme for night readers.
Cos'è Dark Theme?
Dark Theme è un'estensione di Chrome sviluppata da gitfreext, e la sua funzione principale è "Dark Theme for every websites - Dark mode web. Dark theme for night readers.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dark Theme
Scarica i file di estensione Dark Theme 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
Dark Theme makes easier to read at night. Dark mode for every website. Use dark theme and take care of your eyes. Click to icon of Dark Theme extension for dark reader - On Again click to icon for disable dark mode - Off Dark web for everybody. Enjoy the night!
Informazioni di Base sull'Estensione
Nome | |
ID | iofacgofnoffpinjjllfalnjcmmagpfk |
URL Ufficiale | https://chrome.google.com/webstore/detail/dark-theme/iofacgofnoffpinjjllfalnjcmmagpfk |
Descrizione | Dark Theme for every websites - Dark mode web. Dark theme for night readers. |
Dimensione del File | 268 KB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2020-09-05 |
Data di Pubblicazione | 2020-09-05 |
Valutazione | 4.11/5 Totale 9 Valutazioni |
Sviluppatore | gitfreext |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.smart-finder.net/privacy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark Theme", "short_name": "Dark Theme", "description": "Dark Theme for every websites - Dark mode web. Dark theme for night readers.", "version": "1.0.0", "manifest_version": 2, "browser_action": { "default_title": "Click to switch modes", "default_icon": "icons\/night256.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "icons": { "128": "icons\/night128.png", "64": "icons\/night64.png", "48": "icons\/night48.png", "16": "icons\/night16.png" }, "options_page": "options\/index.html", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "match_about_blank": true, "css": [ "stylesheets\/dummy.css" ], "run_at": "document_start" } ] } |