Notifications sample extension

Extension to test full notifications API namespace

ما هو Notifications sample extension؟

Notifications sample extension هو إضافة Chrome تم تطويرها بواسطة utkpatdev، والميزة الرئيسية لها هي "Extension to test full notifications API namespace".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Notifications sample extension

قم بتنزيل ملفات الامتداد Notifications sample extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension can be used to test different types of notifications that can be created using the notifications API for chrome extensions.                    

معلومات أساسية عن التمديد

الاسم Notifications sample extension Notifications sample extension
ID fenbgmnkplieggjoplppaglhkkbhdfjo
عنوان URL الرسمي https://chromewebstore.google.com/detail/notifications-sample-exte/fenbgmnkplieggjoplppaglhkkbhdfjo
الوصف Extension to test full notifications API namespace
حجم الملف 229 KB
عدد التثبيتات 28
النسخة الحالية 1.3.4.0
آخر تحديث 2022-11-25
تاريخ النشر 2019-06-12
المطور utkpatdev
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "utkpatdev",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "description": "Extension to test full notifications API namespace",
    "manifest_version": 2,
    "name": "Notifications sample extension",
    "options_page": "options.html",
    "permissions": [
        "notifications"
    ],
    "version": "1.3.4.0"
}