Notifications sample extension
Extension to test full notifications API namespace
Notifications sample extension là gì?
Notifications sample extension là một tiện ích mở rộng Chrome được phát triển bởi utkpatdev, và tính năng chính của nó là "Extension to test full notifications API namespace".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Notifications sample extension
Tải xuống các tệp mở rộng Notifications sample extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension can be used to test different types of notifications that can be created using the notifications API for chrome extensions.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fenbgmnkplieggjoplppaglhkkbhdfjo |
URL Chính Thức | https://chromewebstore.google.com/detail/notifications-sample-exte/fenbgmnkplieggjoplppaglhkkbhdfjo |
Mô tả | Extension to test full notifications API namespace |
Kích Thước Tệp | 229 KB |
Số Lần Cài Đặt | 28 |
Phiên Bản Hiện Tại | 1.3.4.0 |
Cập Nhật Lần Cuối | 2022-11-25 |
Ngày Phát Hành | 2019-06-12 |
Nhà Phát Triển | utkpatdev |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |