Dark Notes

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

O que é Dark Notes?

Dark Notes é uma extensão do Chrome desenvolvida por vatsalrustagi, e sua principal característica é "This extension allows the students to view their online notes in dark mode.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Dark Notes

Baixe arquivos de extensão Dark Notes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Dark Notes Dark Notes
ID pioaplhedmchphmoghcfbedcpgmdjofb
URL Oficial https://chrome.google.com/webstore/detail/pioaplhedmchphmoghcfbedcpgmdjofb
Descrição This extension allows the students to view their online notes in dark mode.
Tamanho do Arquivo 4.8 KB
Contagem de Instalações 35
Versão Atual 1.1
Última Atualização 2017-09-19
Data de Publicação 2017-09-19
Desenvolvedor vatsalrustagi
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}