Notify
A google chrome extension to allow the user to receive notifications when the browser is minimized
ما هو Notify؟
Notify هو إضافة Chrome تم تطويرها بواسطة iamwaswa، والميزة الرئيسية لها هي "A google chrome extension to allow the user to receive notifications when the browser is minimized".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Notify
قم بتنزيل ملفات الامتداد Notify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Open google chrome and make sure that a tab is open. Then you can proceed to minimize the tab and you can go on to use another window on your laptop or desktop. Whenever you get a notification or message that looks like, Steve (1) on the tab, you will have either the taskbar light up on windows with the tab name or the app will bounce on mac
معلومات أساسية عن التمديد
الاسم | |
ID | dfinkpngcmbaebcaeiklkfooacopmfcm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/notify/dfinkpngcmbaebcaeiklkfooacopmfcm |
الوصف | A google chrome extension to allow the user to receive notifications when the browser is minimized |
حجم الملف | 3.36 KB |
عدد التثبيتات | 41 |
النسخة الحالية | 5.0 |
آخر تحديث | 2018-10-14 |
تاريخ النشر | 2018-10-14 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | iamwaswa |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notify", "version": "5.0", "description": "A google chrome extension to allow the user to receive notifications when the browser is minimized", "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |