Dark Notes

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

Hvad er Dark Notes?

Dark Notes er en Chrome-udvidelse udviklet af vatsalrustagi, og dens hovedfunktion er "This extension allows the students to view their online notes in dark mode.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Dark Notes-udvidelses-CRX-fil

Download Dark Notes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Dark Notes Dark Notes
ID pioaplhedmchphmoghcfbedcpgmdjofb
Officiel URL https://chrome.google.com/webstore/detail/pioaplhedmchphmoghcfbedcpgmdjofb
Beskrivelse This extension allows the students to view their online notes in dark mode.
Filstørrelse 4.8 KB
Antal Installationer 35
Nuværende Version 1.1
Senest Opdateret 2017-09-19
Udgivelsesdato 2017-09-19
Udvikler vatsalrustagi
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}