HNcute: A pretty pink Hacker News theme
Make HN cute!
HNcute: A pretty pink Hacker News themeคืออะไร?
HNcute: A pretty pink Hacker News theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Caroline Hermans และคุณลักษณะหลักของมันคือ "Make HN cute!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HNcute: A pretty pink Hacker News theme
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HNcute: A pretty pink Hacker News theme |
ID | efcgbnccnagdhbdhnghlldlolfppcfia |
URL อย่างเป็นทางการ | 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" } } |