Notifications sample extension
Extension to test full notifications API namespace
Apa itu Notifications sample extension?
Notifications sample extension adalah ekstensi Chrome yang dikembangkan oleh utkpatdev, dan fitur utamanya adalah "Extension to test full notifications API namespace".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Notifications sample extension
Unduh file ekstensi Notifications sample extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension can be used to test different types of notifications that can be created using the notifications API for chrome extensions.
Informasi Dasar Ekstensi
Nama | |
ID | fenbgmnkplieggjoplppaglhkkbhdfjo |
URL Resmi | https://chromewebstore.google.com/detail/notifications-sample-exte/fenbgmnkplieggjoplppaglhkkbhdfjo |
Deskripsi | Extension to test full notifications API namespace |
Ukuran File | 229 KB |
Jumlah Instalasi | 28 |
Versi Saat Ini | 1.3.4.0 |
Terakhir Diperbarui | 2022-11-25 |
Tanggal Publikasi | 2019-06-12 |
Pengembang | utkpatdev |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |