Add "Mark All Read" button to GMail
Allows you to mark all messages as read with one click.
ما هو Add "Mark All Read" button to GMail؟
Add "Mark All Read" button to GMail هو إضافة Chrome تم تطويرها بواسطة pressbin، والميزة الرئيسية لها هي "Allows you to mark all messages as read with one click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Add "Mark All Read" button to GMail
قم بتنزيل ملفات الامتداد Add "Mark All Read" button to GMail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The button allows you to change every visible message with an "unread" status to "read" status.
معلومات أساسية عن التمديد
الاسم | Add "Mark All Read" button to GMail |
ID | mhgahabpbdjldmonmfgehfhjmgjedjkc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/add-mark-all-read-button/mhgahabpbdjldmonmfgehfhjmgjedjkc |
الوصف | Allows you to mark all messages as read with one click. |
حجم الملف | 4.38 KB |
عدد التثبيتات | 672 |
النسخة الحالية | 1.3 |
آخر تحديث | 2022-07-01 |
تاريخ النشر | 2015-01-06 |
تقييم | 3.00/5 مجموع تقييمات 14 |
المطور | pressbin |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [ "https:\/\/mail.google.com\/mail*" ], "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Allows you to mark all messages as read with one click.", "name": "Add \"Mark All Read\" button to GMail", "version": "1.3" } |