MDN After Dark
Dark Mode theme for Mozilla Developer Network
What is MDN After Dark?
MDN After Dark is a Chrome extension developed by Recommendation Engines, and its main feature is "Dark Mode theme for Mozilla Developer Network".
Extension Screenshots
Download MDN After Dark Extension CRX File
Download MDN After Dark extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A dark theme for Mozilla Developer Network. This package changes the styling on most pages of MDN, but was written mostly centered around documentation pages. We do not track any of your data. This purely changes the styling on MDN, nothing else.
Extension Basic Information
Name | MDN After Dark |
ID | gmgpjlaikldbfhmnlplbfbobnkjnhgin |
Official URL | https://chromewebstore.google.com/detail/mdn-after-dark/gmgpjlaikldbfhmnlplbfbobnkjnhgin |
Description | Dark Mode theme for Mozilla Developer Network |
File Size | 4.54 KB |
Installation Count | 61 |
Current Version | 0.1.3 |
Last Updated | 2020-12-11 |
Publish Date | 2020-11-21 |
Rating | 2.50/5 Total 8 Ratings |
Developer | Recommendation Engines |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MDN After Dark", "version": "0.1.3", "description": "Dark Mode theme for Mozilla Developer Network", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/developer.mozilla.org\/*" ] } ] } |