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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    ]
}