HNcute: A pretty pink Hacker News theme
Make HN cute!
Was ist HNcute: A pretty pink Hacker News theme?
HNcute: A pretty pink Hacker News theme ist eine Chrome-Erweiterung, die von Caroline Hermans entwickelt wurde, und ihr Hauptmerkmal ist "Make HN cute!".
Erweiterungsscreenshots
HNcute: A pretty pink Hacker News theme-Erweiterungs-CRX-Datei herunterladen
Laden Sie HNcute: A pretty pink Hacker News theme-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | HNcute: A pretty pink Hacker News theme |
ID | efcgbnccnagdhbdhnghlldlolfppcfia |
Offizielle URL | https://chromewebstore.google.com/detail/hncute-a-pretty-pink-hack/efcgbnccnagdhbdhnghlldlolfppcfia |
Beschreibung | Make HN cute! |
Dateigröße | 122 KB |
Installationsanzahl | 475 |
Aktuelle Version | 1.12 |
Letztes Update | 2018-02-27 |
Veröffentlichungsdatum | 2018-02-27 |
Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
Entwickler | Caroline Hermans |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |