Notifications sample extension
Extension to test full notifications API namespace
Wat is Notifications sample extension?
Notifications sample extension is een Chrome-extensie ontwikkeld door utkpatdev, en de belangrijkste functie is "Extension to test full notifications API namespace".
Extensie Screenshots
Download het CRX-bestand van de extensie Notifications sample extension
Download Notifications sample extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension can be used to test different types of notifications that can be created using the notifications API for chrome extensions.
Basisinformatie over de Extensie
Naam | |
ID | fenbgmnkplieggjoplppaglhkkbhdfjo |
Officiële URL | https://chromewebstore.google.com/detail/notifications-sample-exte/fenbgmnkplieggjoplppaglhkkbhdfjo |
Beschrijving | Extension to test full notifications API namespace |
Bestandsgrootte | 229 KB |
Aantal Installaties | 28 |
Huidige Versie | 1.3.4.0 |
Laatst Bijgewerkt | 2022-11-25 |
Publicatiedatum | 2019-06-12 |
Ontwikkelaar | utkpatdev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |