gmail neue
Gmail with Neue fonts
ما هو gmail neue؟
gmail neue هو إضافة Chrome تم تطويرها بواسطة awinecki، والميزة الرئيسية لها هي "Gmail with Neue fonts".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة gmail neue
قم بتنزيل ملفات الامتداد gmail neue بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | gmail neue |
ID | njgkbgfkgecignmhfnehgcnkndppbpph |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gmail-neue/njgkbgfkgecignmhfnehgcnkndppbpph |
الوصف | Gmail with Neue fonts |
حجم الملف | 5.68 KB |
عدد التثبيتات | 31 |
النسخة الحالية | 0.0.4 |
آخر تحديث | 2014-07-19 |
تاريخ النشر | 2014-07-19 |
المطور | awinecki |
نوع الدفع | free |
اللغات المدعومة | 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 } ] } |