gmail neue
Gmail with Neue fonts
Cos'è gmail neue?
gmail neue è un'estensione di Chrome sviluppata da awinecki, e la sua funzione principale è "Gmail with Neue fonts".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione gmail neue
Scarica i file di estensione gmail neue 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
Gmail Neue is a very simple extension changing the way Gmail looks on Mac computers. - It changes fonts to Helvetica Neue (granted you have it installed on your system), and makes several other typography fixes - Background color tweaked Recommended use with Soft Grey theme, but looks ok with the default as well. Best results on retina screens.
Informazioni di Base sull'Estensione
Nome | gmail neue |
ID | njgkbgfkgecignmhfnehgcnkndppbpph |
URL Ufficiale | https://chromewebstore.google.com/detail/gmail-neue/njgkbgfkgecignmhfnehgcnkndppbpph |
Descrizione | Gmail with Neue fonts |
Dimensione del File | 5.68 KB |
Conteggio Installazioni | 31 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2014-07-19 |
Data di Pubblicazione | 2014-07-19 |
Sviluppatore | awinecki |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.4", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "styles\/gmail.css" ], "run_at": "document_end", "all_frames": false } ] } |