Georgify
Alternate CSS for Hacker News with a focus on typography and readability.
O que é Georgify?
Georgify é uma extensão do Chrome desenvolvida por Tuhin Kumar, e sua principal característica é "Alternate CSS for Hacker News with a focus on typography and readability.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Georgify
Baixe arquivos de extensão Georgify 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
Alternate CSS for Hacker News with a focus on typography and readability. Uses Georgia as the font and some typographic sugar to improve legibility. Update _v1.2.1: Works over Https and secure connection for Hacker News. Updated for Manifest v2 which makes it searchable in chrome store. Update _v1.2: Works over Https and secure connection for Hacker News Update _v1: Less whitespace, Comment points and Source flushed to left Feedback: @tuhin on Twitter
Informações Básicas da Extensão
Nome | Georgify |
ID | ofjfdfaleomlfanfehgblppafkijjhmi |
URL Oficial | https://chromewebstore.google.com/detail/georgify/ofjfdfaleomlfanfehgblppafkijjhmi |
Descrição | Alternate CSS for Hacker News with a focus on typography and readability. |
Tamanho do Arquivo | 13.98 KB |
Contagem de Instalações | 808 |
Versão Atual | 1.2.1 |
Última Atualização | 2013-10-20 |
Data de Publicação | 2013-10-20 |
Classificação | 4.36/5 Total de 75 Avaliações |
Desenvolvedor | Tuhin Kumar |
Tipo de Pagamento | free |
Site da Extensão | http://tuhin.co |
URL da Página de Ajuda | http://twitter.com/tuhin |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Georgify", "version": "1.2.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Alternate CSS for Hacker News with a focus on typography and readability.", "content_scripts": [ { "matches": [ "http:\/\/news.ycombinator.com\/*", "http:\/\/news.ycombinator.net\/*", "http:\/\/hackerne.ws\/*", "http:\/\/news.ycombinator.org\/*", "https:\/\/news.ycombinator.com\/*", "https:\/\/news.ycombinator.net\/*", "https:\/\/hackerne.ws\/*", "https:\/\/news.ycombinator.org\/*" ], "css": [ "user.css" ] } ] } |