Notifications sample extension
Extension to test full notifications API namespace
Τι είναι το Notifications sample extension;
Το Notifications sample extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον utkpatdev, και η κύρια λειτουργία του είναι "Extension to test full notifications API namespace".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Notifications sample extension
Λήψη αρχείων επέκτασης 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" } |