Dark Notes

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

Что такое Dark Notes?

Dark Notes - это расширение Chrome, разработанное vatsalrustagi, и его основная функция - "This extension allows the students to view their online notes in dark mode.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Dark Notes

Скачайте файлы расширений Dark Notes в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Dark Notes Dark Notes
ID pioaplhedmchphmoghcfbedcpgmdjofb
Официальный URL https://chrome.google.com/webstore/detail/pioaplhedmchphmoghcfbedcpgmdjofb
Описание This extension allows the students to view their online notes in dark mode.
Размер файла 4.8 KB
Количество установок 35
Текущая Версия 1.1
Последнее Обновление 2017-09-19
Дата публикации 2017-09-19
Разработчик vatsalrustagi
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}