HackerNew

The best Hacker News extension, making HN quicker and more useful since 2012.

HackerNewคืออะไร?

HackerNew เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tom Moor และคุณลักษณะหลักของมันคือ "The best Hacker News extension, making HN quicker and more useful since 2012."

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

screenshot
screenshot

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

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

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

                        Once you install this extension you'll never be able to go back to regular Hacker News, featuring:

- Improved readability design
- Retina screen support
- User following
- Super fast inline replies
- Quick profiles with social network info when hovering over usernames
- Filtering of stories based on terms and phrases / domain or user
- Endless scrolling
- Collapsible comment threads
- Direct link to Google Cache version
- Social sharing for Twitter, Facebook, Google+, Buffer


HackerNew is open source - forks and improvements are welcome:
https://github.com/tommoor/HackerNew                    

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

ชื่อ HackerNew HackerNew
ID lgoghlndihpmbbgmbpjohilcphbfhddd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hackernew/lgoghlndihpmbbgmbpjohilcphbfhddd
คำอธิบาย The best Hacker News extension, making HN quicker and more useful since 2012.
ขนาดไฟล์ 209 KB
จำนวนการติดตั้ง 1,213
เวอร์ชันปัจจุบัน 1.3.2
อัปเดตครั้งล่าสุด 2021-04-20
วันที่เผยแพร่ 2021-04-20
คะแนน 4.32/5 รวมทั้งหมด 50 คะแนน
ผู้พัฒนา Tom Moor
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/tommoor/HackerNew
URL หน้าช่วยเหลือ https://github.com/tommoor/HackerNew
URL หน้านโยบายความเป็นส่วนตัว https://github.com/tommoor/HackerNew/blob/master/PRIVACY.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HackerNew",
    "version": "1.3.2",
    "description": "The best Hacker News extension, making HN quicker and more useful since 2012.",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/karma.png",
        "images\/follow.png",
        "images\/unfollow.png",
        "images\/loading.gif",
        "images\/loading-light.gif",
        "images\/icons.png",
        "images\/icon.png",
        "images\/arrow-up.png",
        "images\/arrow-down.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/news.ycombinator.com\/*",
                "http:\/\/news.ycombinator.org\/*",
                "http:\/\/hackerne.ws\/*",
                "https:\/\/news.ycombinator.com\/*"
            ],
            "css": [
                "forms.css",
                "hn.css"
            ],
            "js": [
                "js\/libs\/jquery-1.7.1.min.js",
                "js\/libs\/jquery.hoverIntent.js",
                "js\/libs\/jquery.autogrow.js",
                "js\/libs\/twitter.text.js",
                "js\/hn.js"
            ]
        }
    ]
}