HNcute: A pretty pink Hacker News theme

Make HN cute!

Qu'est-ce que HNcute: A pretty pink Hacker News theme ?

HNcute: A pretty pink Hacker News theme est une extension Chrome développée par Caroline Hermans, et sa fonction principale est "Make HN cute!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension HNcute: A pretty pink Hacker News theme

Téléchargez les fichiers d'extension HNcute: A pretty pink Hacker News theme au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom HNcute: A pretty pink Hacker News theme HNcute: A pretty pink Hacker News theme
ID efcgbnccnagdhbdhnghlldlolfppcfia
URL Officiel https://chromewebstore.google.com/detail/hncute-a-pretty-pink-hack/efcgbnccnagdhbdhnghlldlolfppcfia
Description Make HN cute!
Taille du Fichier 122 KB
Nombre d'Installations 475
Version Actuelle 1.12
Dernière Mise à Jour 2018-02-27
Date de Publication 2018-02-27
Évaluation 5.00/5 Total 7 Évaluations
Développeur Caroline Hermans
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}