Hacker News

Hacker News for your new tab. Night mode or day mode (just like your IDE). Card view with images or the classic HN list view.

Hacker News란 무엇입니까?

Hacker News은(는) https://gitconnected.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hacker News for your new tab. Night mode or day mode (just like your IDE). Card view with images or the classic HN list view."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Hacker News 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        - Infinite scroll
- Hacker news in default tab
- Images for stories
- Night mode
- Grid or list view

Get all the latest tech, startup, and coding news instantly. Read HN in night mode... like the web is meant to be viewed. The grid view offers images and icons to more easily scan the news items. 

This is an independent Hacker News clone with no connection to Y Combinator (YC). Hacker News is an essential source for developers, founders, designers, software engineers, and anyone obsessed with startups. Thanks to all our friends from Startup School!

The Chrome Extension is open source, and you are able to build your own as well! Check out the gitconnected GitHub account under the hacker-news-reader repo.

Take the hassle out of reading staying up to date with the news and content that is important to you.                    

확장 프로그램 기본 정보

이름 Hacker News Hacker News
ID hknoigmfpgfdkccnkbfbjfnocoegoefe
공식 URL https://chromewebstore.google.com/detail/hacker-news/hknoigmfpgfdkccnkbfbjfnocoegoefe
설명 Hacker News for your new tab. Night mode or day mode (just like your IDE). Card view with images or the classic HN list view.
파일 크기 477 KB
설치 횟수 259
현재 버전 1.0.4
최근 업데이트 2022-04-20
출시 날짜 2018-10-26
평점 5.00/5 총 5 개의 평점
개발자 https://gitconnected.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hacker News",
    "description": "Hacker News for your new tab. Night mode or day mode (just like your IDE). Card view with images or the classic HN list view.",
    "version": "1.0.4",
    "author": "gitconnected",
    "browser_action": {
        "default_icon": "yc-night.png",
        "default_title": "New Tab"
    },
    "icons": {
        "128": "yc-night.png",
        "48": "yc-night.png",
        "16": "yc-night-small.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}