Notifications sample extension
Extension to test full notifications API namespace
Vad är Notifications sample extension?
Notifications sample extension är en Chrome-tillägg utvecklad av utkpatdev, och dess huvudfunktion är "Extension to test full notifications API namespace".
Tilläggsskärmbilder
Ladda ner Notifications sample extension-förlängningens CRX-fil
Ladda ner Notifications sample extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension can be used to test different types of notifications that can be created using the notifications API for chrome extensions.
Grundläggande Information om Tillägg
Namn | |
ID | fenbgmnkplieggjoplppaglhkkbhdfjo |
Officiell webbadress | https://chromewebstore.google.com/detail/notifications-sample-exte/fenbgmnkplieggjoplppaglhkkbhdfjo |
Beskrivning | Extension to test full notifications API namespace |
Filstorlek | 229 KB |
Antal Installationer | 28 |
Aktuell Version | 1.3.4.0 |
Senast Uppdaterad | 2022-11-25 |
Publiceringsdatum | 2019-06-12 |
Utvecklare | utkpatdev |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } |