Toasts Notification
Shows off desktop notifications, which are "toast" windows that pop up on the desktop.
ما هو Toasts Notification؟
Toasts Notification هو إضافة Chrome تم تطويرها بواسطة imranmurtaza323، والميزة الرئيسية لها هي "Shows off desktop notifications, which are "toast" windows that pop up on the desktop.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Toasts Notification
قم بتنزيل ملفات الامتداد Toasts Notification بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Shows off desktop notifications, which are "toast" windows that pop up on the desktop. Create a timer of 1 to 10 mints for reminder to do some important work, extension will remind with a notification with sound.
معلومات أساسية عن التمديد
الاسم | Toasts Notification |
ID | llofkfinpdmalmnignjakakanedpcljf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/toasts-notification/llofkfinpdmalmnignjakakanedpcljf |
الوصف | Shows off desktop notifications, which are "toast" windows that pop up on the desktop. |
حجم الملف | 48.07 KB |
عدد التثبيتات | 11 |
النسخة الحالية | 1.1 |
آخر تحديث | 2020-11-08 |
تاريخ النشر | 2020-11-08 |
المطور | imranmurtaza323 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.unionwellfrance.com |
عنوان صفحة المساعدة | https://www.unionwellfrance.com/contactus.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Toasts Notification", "version": "1.1", "description": "Shows off desktop notifications, which are \"toast\" windows that pop up on the desktop.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "notifications" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "web_accessible_resources": [ "48.png" ] } |