HNcute: A pretty pink Hacker News theme

Make HN cute!

Wat is HNcute: A pretty pink Hacker News theme?

HNcute: A pretty pink Hacker News theme is een Chrome-extensie ontwikkeld door Caroline Hermans, en de belangrijkste functie is "Make HN cute!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie HNcute: A pretty pink Hacker News theme

Download HNcute: A pretty pink Hacker News theme-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam HNcute: A pretty pink Hacker News theme HNcute: A pretty pink Hacker News theme
ID efcgbnccnagdhbdhnghlldlolfppcfia
Officiële URL https://chromewebstore.google.com/detail/hncute-a-pretty-pink-hack/efcgbnccnagdhbdhnghlldlolfppcfia
Beschrijving Make HN cute!
Bestandsgrootte 122 KB
Aantal Installaties 475
Huidige Versie 1.12
Laatst Bijgewerkt 2018-02-27
Publicatiedatum 2018-02-27
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar Caroline Hermans
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}