gmail neue
Gmail with Neue fonts
Wat is gmail neue?
gmail neue is een Chrome-extensie ontwikkeld door awinecki, en de belangrijkste functie is "Gmail with Neue fonts".
Extensie Screenshots
Download het CRX-bestand van de extensie gmail neue
Download gmail neue-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | gmail neue |
ID | njgkbgfkgecignmhfnehgcnkndppbpph |
Officiële URL | https://chromewebstore.google.com/detail/gmail-neue/njgkbgfkgecignmhfnehgcnkndppbpph |
Beschrijving | Gmail with Neue fonts |
Bestandsgrootte | 5.68 KB |
Aantal Installaties | 31 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2014-07-19 |
Publicatiedatum | 2014-07-19 |
Ontwikkelaar | awinecki |
Betalingswijze | free |
Ondersteunde Talen | 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 } ] } |