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