Dark Notes
This extension allows the students to view their online notes in dark mode.
Cos'è Dark Notes?
Dark Notes è un'estensione di Chrome sviluppata da vatsalrustagi, e la sua funzione principale è "This extension allows the students to view their online notes in dark mode.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dark Notes
Scarica i file di estensione Dark Notes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | pioaplhedmchphmoghcfbedcpgmdjofb |
URL Ufficiale | https://chrome.google.com/webstore/detail/pioaplhedmchphmoghcfbedcpgmdjofb |
Descrizione | This extension allows the students to view their online notes in dark mode. |
Dimensione del File | 4.8 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2017-09-19 |
Data di Pubblicazione | 2017-09-19 |
Sviluppatore | vatsalrustagi |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |