Georgify

Alternate CSS for Hacker News with a focus on typography and readability.

Georgify란 무엇입니까?

Georgify은(는) Tuhin Kumar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Alternate CSS for Hacker News with a focus on typography and readability."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Alternate CSS for Hacker News with a focus on typography and readability. Uses Georgia as the font and some typographic sugar to improve legibility.

Update _v1.2.1:
Works over Https and secure connection for Hacker News. Updated for Manifest v2 which makes it searchable in chrome store. 

Update _v1.2:
Works over Https and secure connection for Hacker News


Update _v1:
Less whitespace, Comment points and Source flushed to left

Feedback: @tuhin on Twitter                    

확장 프로그램 기본 정보

이름 Georgify Georgify
ID ofjfdfaleomlfanfehgblppafkijjhmi
공식 URL https://chromewebstore.google.com/detail/georgify/ofjfdfaleomlfanfehgblppafkijjhmi
설명 Alternate CSS for Hacker News with a focus on typography and readability.
파일 크기 13.98 KB
설치 횟수 808
현재 버전 1.2.1
최근 업데이트 2013-10-20
출시 날짜 2013-10-20
평점 4.36/5 총 75 개의 평점
개발자 Tuhin Kumar
결제 유형 free
확장 프로그램 웹 사이트 http://tuhin.co
도움말 페이지 URL http://twitter.com/tuhin
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Georgify",
    "version": "1.2.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Alternate CSS for Hacker News with a focus on typography and readability.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/news.ycombinator.com\/*",
                "http:\/\/news.ycombinator.net\/*",
                "http:\/\/hackerne.ws\/*",
                "http:\/\/news.ycombinator.org\/*",
                "https:\/\/news.ycombinator.com\/*",
                "https:\/\/news.ycombinator.net\/*",
                "https:\/\/hackerne.ws\/*",
                "https:\/\/news.ycombinator.org\/*"
            ],
            "css": [
                "user.css"
            ]
        }
    ]
}