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文件

下載Georgify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}