Notifications sample extension
Extension to test full notifications API namespace
什么是Notifications sample extension?
Notifications sample extension是由utkpatdev开发的Chrome扩展程序,该扩展的主要功能是“Extension to test full notifications API namespace”。
扩展截图
下载Notifications sample extension扩展crx文件
下载Notifications sample extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension can be used to test different types of notifications that can be created using the notifications API for chrome extensions.
扩展基本信息
名称 | |
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" } |