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!".

Снимки экрана расширения

screenshot
screenshot

Скачать файл 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 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"
    }
}