Notifications sample extension

Extension to test full notifications API namespace

Hvad er Notifications sample extension?

Notifications sample extension er en Chrome-udvidelse udviklet af utkpatdev, og dens hovedfunktion er "Extension to test full notifications API namespace".

Udvidelsesskærmbilleder

screenshot

Download Notifications sample extension-udvidelses-CRX-fil

Download Notifications sample extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension can be used to test different types of notifications that can be created using the notifications API for chrome extensions.                    

Grundlæggende oplysninger om udvidelsen

Navn Notifications sample extension Notifications sample extension
ID fenbgmnkplieggjoplppaglhkkbhdfjo
Officiel URL https://chromewebstore.google.com/detail/notifications-sample-exte/fenbgmnkplieggjoplppaglhkkbhdfjo
Beskrivelse Extension to test full notifications API namespace
Filstørrelse 229 KB
Antal Installationer 28
Nuværende Version 1.3.4.0
Senest Opdateret 2022-11-25
Udgivelsesdato 2019-06-12
Udvikler utkpatdev
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}