Dark Notes
This extension allows the students to view their online notes in dark mode.
Was ist Dark Notes?
Dark Notes ist eine Chrome-Erweiterung, die von vatsalrustagi entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows the students to view their online notes in dark mode.".
Erweiterungsscreenshots
Dark Notes-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dark Notes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | pioaplhedmchphmoghcfbedcpgmdjofb |
Offizielle URL | https://chrome.google.com/webstore/detail/pioaplhedmchphmoghcfbedcpgmdjofb |
Beschreibung | This extension allows the students to view their online notes in dark mode. |
Dateigröße | 4.8 KB |
Installationsanzahl | 35 |
Aktuelle Version | 1.1 |
Letztes Update | 2017-09-19 |
Veröffentlichungsdatum | 2017-09-19 |
Entwickler | vatsalrustagi |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |