Readable HackerNews
Stylish Hacker News.
Readable HackerNewsとは何ですか?
Readable HackerNewsはJarquesによって開発されたChromeの拡張機能で、その主な機能は「Stylish Hacker News.」です。
拡張機能のスクリーンショット
Readable HackerNews拡張機能のCRXファイルをダウンロード
Readable HackerNews拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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 } |