HN Beautify

This extension makes HN more readable and pleasant.

HN Beautifyคืออะไร?

HN Beautify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย guilherme.lam และคุณลักษณะหลักของมันคือ "This extension makes HN more readable and pleasant."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HN Beautify

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

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

                        A chrome extension that applies a stylesheet to Hacker News' frontpage and, in my opinion, makes reading it easier and more pleasant.                    

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

ชื่อ HN Beautify HN Beautify
ID nhgmoodfakokkkkkibmdaklneefimlag
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hn-beautify/nhgmoodfakokkkkkibmdaklneefimlag
คำอธิบาย This extension makes HN more readable and pleasant.
ขนาดไฟล์ 5.59 KB
จำนวนการติดตั้ง 160
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2014-08-08
วันที่เผยแพร่ 2014-08-08
คะแนน 4.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา guilherme.lam
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HN Beautify",
    "description": "This extension makes HN more readable and pleasant.",
    "version": "1.0.1",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/news.ycombinator.com\/",
                "*:\/\/news.ycombinator.com\/new*",
                "*:\/\/news.ycombinator.com\/show",
                "*:\/\/news.ycombinator.com\/ask"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}