ShowSubjectGmail
Always show the subject field when replying in Gmail!
ما هو ShowSubjectGmail؟
ShowSubjectGmail هو إضافة Chrome تم تطويرها بواسطة nouvellecollection، والميزة الرئيسية لها هي "Always show the subject field when replying in Gmail!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ShowSubjectGmail
قم بتنزيل ملفات الامتداد ShowSubjectGmail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When replying to an email in Gmail, the "subject" field is not displayed by default. Fix this with tiny "ShowSubjectGmail" extension. Tiny? Yes, it's only 2 KB! Contact: [email protected]
معلومات أساسية عن التمديد
الاسم | ShowSubjectGmail |
ID | hcgpoobeoeoahbhfcdabdjciflibpdal |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/showsubjectgmail/hcgpoobeoeoahbhfcdabdjciflibpdal |
الوصف | Always show the subject field when replying in Gmail! |
حجم الملف | 3.12 KB |
عدد التثبيتات | 1,543 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-06-13 |
تاريخ النشر | 2018-06-13 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | nouvellecollection |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShowSubjectGmail", "version": "1.0", "description": "Always show the subject field when replying in Gmail!", "content_scripts": [ { "css": [ "fix.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "manifest_version": 2, "permissions": [ "*:\/\/*\/*" ] } |