Dark Notes

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

Co to jest Dark Notes?

Dark Notes to rozszerzenie Chrome opracowane przez vatsalrustagi, a jego główną funkcją jest „This extension allows the students to view their online notes in dark mode.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Dark Notes

Pobierz pliki rozszerzeń Dark Notes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Dark Notes Dark Notes
ID pioaplhedmchphmoghcfbedcpgmdjofb
Oficjalny URL https://chrome.google.com/webstore/detail/pioaplhedmchphmoghcfbedcpgmdjofb
Opis This extension allows the students to view their online notes in dark mode.
Rozmiar pliku 4.8 KB
Liczba instalacji 35
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2017-09-19
Data Publikacji 2017-09-19
Deweloper vatsalrustagi
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}