Notifications sample extension
Extension to test full notifications API namespace
Qu'est-ce que Notifications sample extension ?
Notifications sample extension est une extension Chrome développée par utkpatdev, et sa fonction principale est "Extension to test full notifications API namespace".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Notifications sample extension
Téléchargez les fichiers d'extension Notifications sample extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension can be used to test different types of notifications that can be created using the notifications API for chrome extensions.
Informations de Base sur l'Extension
Nom | |
ID | fenbgmnkplieggjoplppaglhkkbhdfjo |
URL Officiel | https://chromewebstore.google.com/detail/notifications-sample-exte/fenbgmnkplieggjoplppaglhkkbhdfjo |
Description | Extension to test full notifications API namespace |
Taille du Fichier | 229 KB |
Nombre d'Installations | 28 |
Version Actuelle | 1.3.4.0 |
Dernière Mise à Jour | 2022-11-25 |
Date de Publication | 2019-06-12 |
Développeur | utkpatdev |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |