Dark Notes

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

ما هو Dark Notes؟

Dark Notes هو إضافة Chrome تم تطويرها بواسطة vatsalrustagi، والميزة الرئيسية لها هي "This extension allows the students to view their online notes in dark mode.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Dark Notes

قم بتنزيل ملفات الامتداد Dark Notes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}