Dark Notes

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

Co je Dark Notes?

Dark Notes je rozšíření Chrome vyvinuté vatsalrustagi, a jeho hlavní funkcí je „This extension allows the students to view their online notes in dark mode.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Dark Notes

Stáhněte si soubory rozšíření Dark Notes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Dark Notes Dark Notes
ID pioaplhedmchphmoghcfbedcpgmdjofb
Oficiální URL https://chrome.google.com/webstore/detail/pioaplhedmchphmoghcfbedcpgmdjofb
Popis This extension allows the students to view their online notes in dark mode.
Velikost souboru 4.8 KB
Počet instalací 35
Aktuální Verze 1.1
Poslední Aktualizace 2017-09-19
Datum Vydání 2017-09-19
Vývojář vatsalrustagi
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}