Dark Mode For Medium
Dark Mode for Medium, Helps you to Decrease your Eye Strain
What is Dark Mode For Medium?
Dark Mode For Medium is a Chrome extension developed by Tanmay, and its main feature is "Dark Mode for Medium, Helps you to Decrease your Eye Strain".
Extension Screenshots
Download Dark Mode For Medium Extension CRX File
Download Dark Mode For Medium 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
On Average people spend more than 5 hours Reading Medium Articles which can cause Eye Strain so to reduce that I have created Dark Mode for Medium
Extension Basic Information
Name | Dark Mode For Medium |
ID | nbhcholhhmhlbiphogmfinfelpgcjgkb |
Official URL | https://chromewebstore.google.com/detail/dark-mode-for-medium/nbhcholhhmhlbiphogmfinfelpgcjgkb |
Description | Dark Mode for Medium, Helps you to Decrease your Eye Strain |
File Size | 9.37 KB |
Installation Count | 294 |
Current Version | 1.2 |
Last Updated | 2021-08-30 |
Publish Date | 2021-08-30 |
Rating | 2.50/5 Total 2 Ratings |
Developer | Tanmay |
[email protected] | |
Payment Type | free |
Help Page URL | https://www.youtube.com/channel/UCdr9NmszjQ49_f9wV-egc7A |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dark Mode For Medium", "version": "1.2", "description": "Dark Mode for Medium, Helps you to Decrease your Eye Strain", "author": "Tanmay", "content_scripts": [ { "matches": [ "https:\/\/*.medium.com\/*" ], "js": [ "popup.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "ON or OFF" }, "icons": { "16": "images\/16x16.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "web_accessible_resources": [ "styles.css" ], "permissions": [ "activeTab" ] } |