Make It Dark
Make light themed webpage a dark themed web page
Was ist Make It Dark?
Make It Dark ist eine Chrome-Erweiterung, die von Amit Mondal entwickelt wurde, und ihr Hauptmerkmal ist "Make light themed webpage a dark themed web page".
Erweiterungsscreenshots
Make It Dark-Erweiterungs-CRX-Datei herunterladen
Laden Sie Make It Dark-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Have you ever visited a web page with white background or which is light themed that strained your eyes and made you cry and gave headache, so you try to inspect the elements (if you knew that) and change the colour of the same manually. Well here is an extension to your rescue which changes the color of background and text in just simple clicks. Works best with documentations, tutorial sites and blog post. It is the first release so open to new update and feature comments.
Grundlegende Informationen zur Erweiterung
Name | Make It Dark |
ID | imnfpejlklfdiieogkaepjdnbljeohih |
Offizielle URL | https://chromewebstore.google.com/detail/make-it-dark/imnfpejlklfdiieogkaepjdnbljeohih |
Beschreibung | Make light themed webpage a dark themed web page |
Dateigröße | 16.69 KB |
Installationsanzahl | 25 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2019-07-28 |
Veröffentlichungsdatum | 2019-07-28 |
Entwickler | Amit Mondal |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Make It Dark", "version": "1.0.1", "short_name": "MID", "description": "Make light themed webpage a dark themed web page", "permissions": [ "declarativeContent", "storage", "activeTab" ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/images\/makeitdark16.png", "32": "assets\/images\/makeitdark32.png", "48": "assets\/images\/makeitdark48.png", "128": "assets\/images\/makeitdark128.png" } }, "icons": { "16": "assets\/images\/makeitdark16.png", "32": "assets\/images\/makeitdark32.png", "48": "assets\/images\/makeitdark48.png", "128": "assets\/images\/makeitdark128.png" }, "background": { "scripts": [ "assets\/scripts\/background.js" ], "persistent": false }, "manifest_version": 2 } |