Dark Notes

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

Vad är Dark Notes?

Dark Notes är en Chrome-tillägg utvecklad av vatsalrustagi, och dess huvudfunktion är "This extension allows the students to view their online notes in dark mode.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Dark Notes-förlängningens CRX-fil

Ladda ner Dark Notes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Dark Notes Dark Notes
ID pioaplhedmchphmoghcfbedcpgmdjofb
Officiell webbadress https://chrome.google.com/webstore/detail/pioaplhedmchphmoghcfbedcpgmdjofb
Beskrivning This extension allows the students to view their online notes in dark mode.
Filstorlek 4.8 KB
Antal Installationer 35
Aktuell Version 1.1
Senast Uppdaterad 2017-09-19
Publiceringsdatum 2017-09-19
Utvecklare vatsalrustagi
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}