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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } |