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によって開発されたChromeの拡張機能で、その主な機能は「Make HN cute!」です。
拡張機能のスクリーンショット
HNcute: A pretty pink Hacker News theme拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } } |