LeetCode Night

Enable dark mode on LeetCode. Additional features include Instant Question Navigation, YouTube Link Shortcut and Auto Reset Code.

LeetCode Night란 무엇입니까?

LeetCode Night은(는) https://ngseke.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enable dark mode on LeetCode. Additional features include Instant Question Navigation, YouTube Link Shortcut and Auto Reset Code."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

LeetCode Night 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        LeetCode Night is a free and open-source extension that enables dark theme on problem pages. Take good care of your eyes while coding at night. 

[🔔 Reminder]
LeetCode has now officially introduced the dark mode. If you're using the new version, LeetCode Night will simply toggle the built-in appearance to apply the dark theme, without performing any additional actions.

However, if you prefer to stick with the old version of LeetCode, LeetCode Night will continue to function as usual and override the styles.

[⚙️ Features]
● Dark theme for question page
● Shortcut to Daily LeetCoding challenge
● Quick navigation by question number or keyword
● Automatically reset to default code definition
● Show YouTube link shortcut
● Show Dislike Count
● Invert image color
● Hide logo                    

확장 프로그램 기본 정보

이름 LeetCode Night LeetCode Night
ID aaokgipfeeeciodnffigjfiafledhcii
공식 URL https://chromewebstore.google.com/detail/leetcode-night/aaokgipfeeeciodnffigjfiafledhcii
설명 Enable dark mode on LeetCode. Additional features include Instant Question Navigation, YouTube Link Shortcut and Auto Reset Code.
파일 크기 959 KB
설치 횟수 2,741
현재 버전 0.6.1
최근 업데이트 2024-02-04
출시 날짜 2022-04-19
평점 4.73/5 총 11 개의 평점
개발자 https://ngseke.me
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ngseke/leetcode-night
도움말 페이지 URL https://github.com/ngseke/leetcode-night/issues
지원되는 언어 en,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.6.1",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsPcJJyNn\/5+SF3R\/k2Tns8YYq+tMEBfezf6mjNGfTdV2ukGopBpQRvwrNgoLX6Oaug8r7zpNyeAvDXtKBUC9qr4kxEwNiMU2tuIsV0PZg1H8FzKnQL6msP8yVlZJhKl9Olv3tK7MTTByaR7upP8iQZNBjPest4zRGxkJfOfJRSJpPuwWi1XC2tLeSo6lNz19l5kxfJBxtTHS9Y9P48o2A+9OMZtR64sR2eYxE\/E6NHC\/vQ4507Ao6x0dhO4eKl9KyV1u8b5ZQjavfVz2zYeF\/yQw6VdzysR3W5Yd3BOTDvaDqMdSW+CtrZwTF4lNC+zJzvSIfKMQ4Ow\/+Thg2XUe8wIDAQAB",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "src\/assets\/img\/icon-128.png"
    },
    "action": {
        "default_popup": "src\/pages\/Popup\/popup.html",
        "default_icon": "src\/assets\/img\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts-3a7b0f9b-b734c106.js"
            ],
            "matches": [
                "https:\/\/leetcode.com\/problems\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/leetcode.com\/*"
            ],
            "resources": [
                "assets\/index-76af8826.js",
                "assets\/index.ts-3a7b0f9b.js"
            ],
            "use_dynamic_url": true
        }
    ]
}