Dark Notes

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

Wat is Dark Notes?

Dark Notes is een Chrome-extensie ontwikkeld door vatsalrustagi, en de belangrijkste functie is "This extension allows the students to view their online notes in dark mode.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Dark Notes

Download Dark Notes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Dark Notes Dark Notes
ID pioaplhedmchphmoghcfbedcpgmdjofb
Officiële URL https://chrome.google.com/webstore/detail/pioaplhedmchphmoghcfbedcpgmdjofb
Beschrijving This extension allows the students to view their online notes in dark mode.
Bestandsgrootte 4.8 KB
Aantal Installaties 35
Huidige Versie 1.1
Laatst Bijgewerkt 2017-09-19
Publicatiedatum 2017-09-19
Ontwikkelaar vatsalrustagi
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}