Dark Notes

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

Apa itu Dark Notes?

Dark Notes adalah ekstensi Chrome yang dikembangkan oleh vatsalrustagi, dan fitur utamanya adalah "This extension allows the students to view their online notes in dark mode.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Dark Notes

Unduh file ekstensi Dark Notes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Dark Notes Dark Notes
ID pioaplhedmchphmoghcfbedcpgmdjofb
URL Resmi https://chrome.google.com/webstore/detail/pioaplhedmchphmoghcfbedcpgmdjofb
Deskripsi This extension allows the students to view their online notes in dark mode.
Ukuran File 4.8 KB
Jumlah Instalasi 35
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-09-19
Tanggal Publikasi 2017-09-19
Pengembang vatsalrustagi
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}