gmail neue
Gmail with Neue fonts
Apa itu gmail neue?
gmail neue adalah ekstensi Chrome yang dikembangkan oleh awinecki, dan fitur utamanya adalah "Gmail with Neue fonts".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi gmail neue
Unduh file ekstensi gmail neue dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | gmail neue |
ID | njgkbgfkgecignmhfnehgcnkndppbpph |
URL Resmi | https://chromewebstore.google.com/detail/gmail-neue/njgkbgfkgecignmhfnehgcnkndppbpph |
Deskripsi | Gmail with Neue fonts |
Ukuran File | 5.68 KB |
Jumlah Instalasi | 31 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2014-07-19 |
Tanggal Publikasi | 2014-07-19 |
Pengembang | awinecki |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } ] } |