Dark Notes

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

什么是Dark Notes?

Dark Notes是由vatsalrustagi开发的Chrome扩展程序,该扩展的主要功能是“This extension allows the students to view their online notes in dark mode.”。

扩展截图

screenshot
screenshot

下载Dark Notes扩展crx文件

下载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"
    ]
}