HNcute: A pretty pink Hacker News theme
Make HN cute!
HNcute: A pretty pink Hacker News theme क्या है?
HNcute: A pretty pink Hacker News theme Caroline Hermans द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make HN cute!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HNcute: A pretty pink Hacker News theme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |