Notifications sample extension
Extension to test full notifications API namespace
Was ist Notifications sample extension?
Notifications sample extension ist eine Chrome-Erweiterung, die von utkpatdev entwickelt wurde, und ihr Hauptmerkmal ist "Extension to test full notifications API namespace".
Erweiterungsscreenshots
Notifications sample extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Notifications sample extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension can be used to test different types of notifications that can be created using the notifications API for chrome extensions.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fenbgmnkplieggjoplppaglhkkbhdfjo |
Offizielle URL | https://chromewebstore.google.com/detail/notifications-sample-exte/fenbgmnkplieggjoplppaglhkkbhdfjo |
Beschreibung | Extension to test full notifications API namespace |
Dateigröße | 229 KB |
Installationsanzahl | 28 |
Aktuelle Version | 1.3.4.0 |
Letztes Update | 2022-11-25 |
Veröffentlichungsdatum | 2019-06-12 |
Entwickler | utkpatdev |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |