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
screenshot
screenshot

تحميل ملف CRX للإضافة HNcute: A pretty pink Hacker News theme

قم بتنزيل ملفات الامتداد HNcute: A pretty pink Hacker News theme بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني caro@caro.io
نوع الدفع 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"
    }
}