Dark Notes

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

Dark Notes क्या है?

Dark Notes vatsalrustagi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the students to view their online notes in dark mode."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dark Notes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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