gmail neue
Gmail with Neue fonts
Vad är gmail neue?
gmail neue är en Chrome-tillägg utvecklad av awinecki, och dess huvudfunktion är "Gmail with Neue fonts".
Tilläggsskärmbilder
Ladda ner gmail neue-förlängningens CRX-fil
Ladda ner gmail neue-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | njgkbgfkgecignmhfnehgcnkndppbpph |
| Officiell webbadress | https://chromewebstore.google.com/detail/gmail-neue/njgkbgfkgecignmhfnehgcnkndppbpph |
| Beskrivning | Gmail with Neue fonts |
| Filstorlek | 5.68 KB |
| Antal Installationer | 31 |
| Aktuell Version | 0.0.4 |
| Senast Uppdaterad | 2014-07-19 |
| Publiceringsdatum | 2014-07-19 |
| Utvecklare | awinecki |
| Betalningssätt | free |
| Stödda Språk | 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
}
]
} | |