RightLabel for Gmail™
This extension moves labels of email subjects to the right side.
ما هو RightLabel for Gmail™؟
RightLabel for Gmail™ هو إضافة Chrome تم تطويرها بواسطة Mikhail Nasyrov، والميزة الرئيسية لها هي "This extension moves labels of email subjects to the right side.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RightLabel for Gmail™
قم بتنزيل ملفات الامتداد RightLabel for Gmail™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Source code: https://github.com/mnasyrov/gmail-rightlabel
معلومات أساسية عن التمديد
الاسم | |
ID | acaeocdadbbalpdgajoblofgidngdfaf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/rightlabel-for-gmail/acaeocdadbbalpdgajoblofgidngdfaf |
الوصف | This extension moves labels of email subjects to the right side. |
حجم الملف | 18.49 KB |
عدد التثبيتات | 301 |
النسخة الحالية | 0.0.2.1 |
آخر تحديث | 2018-05-31 |
تاريخ النشر | 2018-05-25 |
تقييم | 4.67/5 مجموع تقييمات 3 |
المطور | Mikhail Nasyrov |
نوع الدفع | free |
موقع الإضافة | https://github.com/mnasyrov/gmail-rightlabel |
عنوان صفحة المساعدة | https://github.com/mnasyrov/gmail-rightlabel/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RightLabel for Gmail\u2122", "version": "0.0.2.1", "manifest_version": 2, "description": "This extension moves labels of email subjects to the right side.", "permissions": [ "https:\/\/mail.google.com\/*" ], "icons": { "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "style.css" ], "run-at": "document_end" } ] } |