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.」です。
拡張機能のスクリーンショット
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 |
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" ] } ] } |