HNcute: A pretty pink Hacker News theme
Make HN cute!
O que é HNcute: A pretty pink Hacker News theme?
HNcute: A pretty pink Hacker News theme é uma extensão do Chrome desenvolvida por Caroline Hermans, e sua principal característica é "Make HN cute!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão HNcute: A pretty pink Hacker News theme
Baixe arquivos de extensão HNcute: A pretty pink Hacker News theme no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | HNcute: A pretty pink Hacker News theme |
ID | efcgbnccnagdhbdhnghlldlolfppcfia |
URL Oficial | https://chromewebstore.google.com/detail/hncute-a-pretty-pink-hack/efcgbnccnagdhbdhnghlldlolfppcfia |
Descrição | Make HN cute! |
Tamanho do Arquivo | 122 KB |
Contagem de Instalações | 475 |
Versão Atual | 1.12 |
Última Atualização | 2018-02-27 |
Data de Publicação | 2018-02-27 |
Classificação | 5.00/5 Total de 7 Avaliações |
Desenvolvedor | Caroline Hermans |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |