HN Beautify
This extension makes HN more readable and pleasant.
HN Beautifyとは何ですか?
HN Beautifyはguilherme.lamによって開発されたChromeの拡張機能で、その主な機能は「This extension makes HN more readable and pleasant.」です。
拡張機能のスクリーンショット
HN Beautify拡張機能のCRXファイルをダウンロード
HN Beautify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A chrome extension that applies a stylesheet to Hacker News' frontpage and, in my opinion, makes reading it easier and more pleasant. 拡張機能の基本情報
| 名前 | |
| ID | nhgmoodfakokkkkkibmdaklneefimlag |
| 公式URL | https://chromewebstore.google.com/detail/hn-beautify/nhgmoodfakokkkkkibmdaklneefimlag |
| 説明 | This extension makes HN more readable and pleasant. |
| ファイルサイズ | 5.59 KB |
| インストール数 | 160 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2014-08-08 |
| 公開日 | 2014-08-08 |
| 評価 | 4.67/5 合計 6 レビュー |
| 開発者 | guilherme.lam |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "HN Beautify",
"description": "This extension makes HN more readable and pleasant.",
"version": "1.0.1",
"icons": {
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/news.ycombinator.com\/",
"*:\/\/news.ycombinator.com\/new*",
"*:\/\/news.ycombinator.com\/show",
"*:\/\/news.ycombinator.com\/ask"
],
"css": [
"styles.css"
]
}
]
} | |