gmail neue
Gmail with Neue fonts
Was ist gmail neue?
gmail neue ist eine Chrome-Erweiterung, die von awinecki entwickelt wurde, und ihr Hauptmerkmal ist "Gmail with Neue fonts".
Erweiterungsscreenshots
gmail neue-Erweiterungs-CRX-Datei herunterladen
Laden Sie gmail neue-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | njgkbgfkgecignmhfnehgcnkndppbpph |
| Offizielle URL | https://chromewebstore.google.com/detail/gmail-neue/njgkbgfkgecignmhfnehgcnkndppbpph |
| Beschreibung | Gmail with Neue fonts |
| Dateigröße | 5.68 KB |
| Installationsanzahl | 31 |
| Aktuelle Version | 0.0.4 |
| Letztes Update | 2014-07-19 |
| Veröffentlichungsdatum | 2014-07-19 |
| Entwickler | awinecki |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
}
]
} | |