Dark Hacker News

Dark Mode For Hacker News

Dark Hacker Newsคืออะไร?

Dark Hacker News เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matthew Wilkinson และคุณลักษณะหลักของมันคือ "Dark Mode For Hacker News"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark Hacker News

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

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

                        A basic dark theme for Hacker News. If you have any desires you can put an issues at the repo. 

https://github.com/AirsickLowlander/DarkHacker

Any improvements are also welcome.

Let me know what you think :)                    

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

ชื่อ Dark Hacker News Dark Hacker News
ID ibhckhmgbfnlagdgpheomkaegpnimnhj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dark-hacker-news/ibhckhmgbfnlagdgpheomkaegpnimnhj
คำอธิบาย Dark Mode For Hacker News
ขนาดไฟล์ 7.83 KB
จำนวนการติดตั้ง 401
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2022-10-01
วันที่เผยแพร่ 2019-01-20
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Matthew Wilkinson
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ScFix/DarkHacker
URL หน้าช่วยเหลือ https://github.com/ScFix/DarkHacker/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Hacker News",
    "version": "0.1.3",
    "description": "Dark Mode For Hacker News",
    "permissions": [
        "https:\/\/news.ycombinator.com\/*"
    ],
    "action": {
        "default_icon": {
            "16": "images\/Dh16.png",
            "32": "images\/Dh32.png",
            "48": "images\/Dh48.png",
            "128": "images\/Dh128.png"
        }
    },
    "icons": {
        "16": "images\/Dh16.png",
        "32": "images\/Dh32.png",
        "48": "images\/Dh48.png",
        "128": "images\/Dh128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/news.ycombinator.com\/*"
            ],
            "css": [
                "DarkHacker.css"
            ]
        }
    ],
    "manifest_version": 3
}