Notifications sample extension

Extension to test full notifications API namespace

What is Notifications sample extension?

Notifications sample extension is a Chrome extension developed by utkpatdev, and its main feature is "Extension to test full notifications API namespace".

Extension Screenshots

screenshot

Download Notifications sample extension Extension CRX File

Download Notifications sample extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Notifications sample extension Notifications sample extension
ID fenbgmnkplieggjoplppaglhkkbhdfjo
Official URL https://chromewebstore.google.com/detail/notifications-sample-exte/fenbgmnkplieggjoplppaglhkkbhdfjo
Description Extension to test full notifications API namespace
File Size 229 KB
Installation Count 28
Current Version 1.3.4.0
Last Updated 2022-11-25
Publish Date 2019-06-12
Developer utkpatdev
Email [email protected]
Payment Type free
Supported Languages 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"
}