note-dark

Dark mode for note.com

note-darkคืออะไร?

note-dark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sakuraya และคุณลักษณะหลักของมันคือ "Dark mode for note.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย note-dark

ดาวน์โหลดไฟล์ส่วนขยาย note-dark ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        apply dark mode style for https://note.com
The service provides no official dark mode, so this extension overwrite style to enable dark mode.                    

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

ชื่อ note-dark note-dark
ID ndjhheglhimmpjbgedbacgmloigpicng
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/note-dark/ndjhheglhimmpjbgedbacgmloigpicng
คำอธิบาย Dark mode for note.com
ขนาดไฟล์ 47.04 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 1.0.13
อัปเดตครั้งล่าสุด 2020-12-30
วันที่เผยแพร่ 2020-05-24
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา sakuraya
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Blue-Pix/note-dark
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "note-dark",
    "version": "1.0.13",
    "manifest_version": 2,
    "description": "Dark mode for note.com",
    "permissions": [
        "*:\/\/note.com\/*"
    ],
    "web_accessible_resources": [
        "images\/*",
        "*.css"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_title": "",
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.4.1.slim.min.js",
                "content_script.js"
            ],
            "matches": [
                "*:\/\/note.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}