Georgify
Alternate CSS for Hacker News with a focus on typography and readability.
Cos'è Georgify?
Georgify è un'estensione di Chrome sviluppata da Tuhin Kumar, e la sua funzione principale è "Alternate CSS for Hacker News with a focus on typography and readability.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Georgify
Scarica i file di estensione Georgify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Georgify |
ID | ofjfdfaleomlfanfehgblppafkijjhmi |
URL Ufficiale | https://chromewebstore.google.com/detail/georgify/ofjfdfaleomlfanfehgblppafkijjhmi |
Descrizione | Alternate CSS for Hacker News with a focus on typography and readability. |
Dimensione del File | 13.98 KB |
Conteggio Installazioni | 808 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2013-10-20 |
Data di Pubblicazione | 2013-10-20 |
Valutazione | 4.36/5 Totale 75 Valutazioni |
Sviluppatore | Tuhin Kumar |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://tuhin.co |
URL della Pagina di Aiuto | http://twitter.com/tuhin |
Lingue Supportate | 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" ] } ] } |