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