gmail neue
Gmail with Neue fonts
Co to jest gmail neue?
gmail neue to rozszerzenie Chrome opracowane przez awinecki, a jego główną funkcją jest „Gmail with Neue fonts”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia gmail neue
Pobierz pliki rozszerzeń gmail neue w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | njgkbgfkgecignmhfnehgcnkndppbpph |
| Oficjalny URL | https://chromewebstore.google.com/detail/gmail-neue/njgkbgfkgecignmhfnehgcnkndppbpph |
| Opis | Gmail with Neue fonts |
| Rozmiar pliku | 5.68 KB |
| Liczba instalacji | 31 |
| Aktualna Wersja | 0.0.4 |
| Ostatnia Aktualizacja | 2014-07-19 |
| Data Publikacji | 2014-07-19 |
| Deweloper | awinecki |
| Typ Płatności | free |
| Obsługiwane Języki | 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
}
]
} | |