Dark Notes

This extension allows the students to view their online notes in dark mode.

What is Dark Notes?

Dark Notes is a Chrome extension developed by vatsalrustagi, and its main feature is "This extension allows the students to view their online notes in dark mode.".

Extension Screenshots

screenshot
screenshot

Download Dark Notes Extension CRX File

Download Dark Notes 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

                        Switch on this extension to convert your professor's online notes into notes with dark mode. The dark mode would make it easy to read long notes and would be easy on eyes.                    

Extension Basic Information

Name Dark Notes Dark Notes
ID pioaplhedmchphmoghcfbedcpgmdjofb
Official URL https://chrome.google.com/webstore/detail/pioaplhedmchphmoghcfbedcpgmdjofb
Description This extension allows the students to view their online notes in dark mode.
File Size 4.8 KB
Installation Count 35
Current Version 1.1
Last Updated 2017-09-19
Publish Date 2017-09-19
Developer vatsalrustagi
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dark Notes",
    "description": "This extension allows the students to view their online notes in dark mode.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "darknotes.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}