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
官方網址 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"
    ]
}