HNcute: A pretty pink Hacker News theme
Make HN cute!
什麼是HNcute: A pretty pink Hacker News theme?
HNcute: A pretty pink Hacker News theme是由Caroline Hermans開發的Chrome擴展程式,該擴展的主要功能是“Make HN cute!”。
擴展截圖
下載HNcute: A pretty pink Hacker News theme擴展crx文件
下載HNcute: A pretty pink Hacker News theme擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A cuter Hacker News theme.
Code: https://github.com/carolinehermans/HNcute
Changes:
- Font sizes larger overall for readability
- Orange and gray color scheme -> pink and purple
- Only the most important/unread information is a dark color
- Upvote button -> heart button
- Increase font spacing
- Increase spacing between links
- Minimalist header bar
- Replace the HN logo with a pink one
- Replace the HN favicon with a pink one
- Use Open Sans instead of Verdana 擴展基本資訊
| 名稱 | |
| ID | efcgbnccnagdhbdhnghlldlolfppcfia |
| 官方網址 | https://chromewebstore.google.com/detail/hncute-a-pretty-pink-hack/efcgbnccnagdhbdhnghlldlolfppcfia |
| 簡介 | Make HN cute! |
| 檔案大小 | 122 KB |
| 安裝次數 | 475 |
| 目前版本 | 1.12 |
| 更新時間 | 2018-02-27 |
| 上架時間 | 2018-02-27 |
| 評分 | 5.00/5 共 7 次評分 |
| 開發者 | Caroline Hermans |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "HNcute:\u00a0A pretty pink Hacker News theme",
"description": "Make HN cute!",
"version": "1.12",
"manifest_version": 2,
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"content.js"
],
"matches": [
"https:\/\/news.ycombinator.com\/*"
]
}
],
"web_accessible_resources": [
"upvote.png",
"hn-logo-cute.png",
"OpenSans-Regular.ttf",
"icon16.png"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |