Readable HackerNews

Stylish Hacker News.

Readable HackerNewsคืออะไร?

Readable HackerNews เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jarques และคุณลักษณะหลักของมันคือ "Stylish Hacker News."

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

screenshot

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

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

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

                        Announcement: This will be the last update (supporting https), please refer to my HN+ if you want to keep getting updates: 

https://chrome.google.com/webstore/detail/hacker-news-%20/oieefcckcbbgniifdhhialgkmghahjgl

I've been a long time HackerNews reader. But over time I've come to dislike the way it looks. So with this extension, I am focusing on creating a more "readable hacker news" by experimenting with typefaces, colors and styles.

v2.3.5:

  - Support HN on https://

v2.3.4:

  -  Style fixes for header
  -  New font for titles                    

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

ชื่อ Readable HackerNews Readable HackerNews
ID jnnojalnifmaekkfknejbppafnaiepjl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/readable-hackernews/jnnojalnifmaekkfknejbppafnaiepjl
คำอธิบาย Stylish Hacker News.
ขนาดไฟล์ 39.07 KB
จำนวนการติดตั้ง 135
เวอร์ชันปัจจุบัน 2.3.5
อัปเดตครั้งล่าสุด 2013-05-21
วันที่เผยแพร่ 2013-05-21
คะแนน 4.26/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา Jarques
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://jarqu.es/dev/hn/
URL หน้าช่วยเหลือ http://jarqu.es/dev/hn/
ภาษาที่รองรับ en
manifest.json
{
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/hn.js"
            ],
            "matches": [
                "http:\/\/news.ycombinator.com\/*",
                "http:\/\/news.ycombinator.net\/*",
                "http:\/\/hackerne.ws\/*",
                "https:\/\/news.ycombinator.com\/*"
            ]
        }
    ],
    "description": "Stylish Hacker News.",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "name": "Readable HackerNews",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.5",
    "manifest_version": 2
}