Readable HackerNews

Stylish Hacker News.

Readable HackerNews란 무엇입니까?

Readable HackerNews은(는) Jarques에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stylish Hacker News."입니다.

확장 프로그램 스크린샷

screenshot

Readable HackerNews 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
}