HNcute: A pretty pink Hacker News theme

Make HN cute!

Co to jest HNcute: A pretty pink Hacker News theme?

HNcute: A pretty pink Hacker News theme to rozszerzenie Chrome opracowane przez Caroline Hermans, a jego główną funkcją jest „Make HN cute!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia HNcute: A pretty pink Hacker News theme

Pobierz pliki rozszerzeń HNcute: A pretty pink Hacker News theme w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa HNcute: A pretty pink Hacker News theme HNcute: A pretty pink Hacker News theme
ID efcgbnccnagdhbdhnghlldlolfppcfia
Oficjalny URL https://chromewebstore.google.com/detail/hncute-a-pretty-pink-hack/efcgbnccnagdhbdhnghlldlolfppcfia
Opis Make HN cute!
Rozmiar pliku 122 KB
Liczba instalacji 475
Aktualna Wersja 1.12
Ostatnia Aktualizacja 2018-02-27
Data Publikacji 2018-02-27
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper Caroline Hermans
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}