Mixmax Button Shrinker
Shrinks Mixmax buttons down to an icon (Inbox by Gmail)
ما هو Mixmax Button Shrinker؟
Mixmax Button Shrinker هو إضافة Chrome تم تطويرها بواسطة Phaed، والميزة الرئيسية لها هي "Shrinks Mixmax buttons down to an icon (Inbox by Gmail)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mixmax Button Shrinker
قم بتنزيل ملفات الامتداد Mixmax Button Shrinker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | gefklilejgcjbnlohhhmfnhaldljicpn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/mixmax-button-shrinker/gefklilejgcjbnlohhhmfnhaldljicpn |
الوصف | Shrinks Mixmax buttons down to an icon (Inbox by Gmail) |
حجم الملف | 24.75 KB |
عدد التثبيتات | 99 |
النسخة الحالية | 3.5 |
آخر تحديث | 2016-05-20 |
تاريخ النشر | 2016-05-20 |
تقييم | 4.75/5 مجموع تقييمات 4 |
المطور | Phaed |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mixmax Button Shrinker", "description": "Shrinks Mixmax buttons down to an icon (Inbox by Gmail)", "version": "3.5", "icons": { "128": "icon128.png" }, "permissions": [ "activeTab", "https:\/\/inbox.google.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/inbox.google.com\/*" ], "css": [ "mm.css" ], "js": [ "mm.js" ], "run_at": "document_end" } ] } |