Notifications sample extension

Extension to test full notifications API namespace

Cos'è Notifications sample extension?

Notifications sample extension è un'estensione di Chrome sviluppata da utkpatdev, e la sua funzione principale è "Extension to test full notifications API namespace".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Notifications sample extension

Scarica i file di estensione Notifications sample extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Notifications sample extension Notifications sample extension
ID fenbgmnkplieggjoplppaglhkkbhdfjo
URL Ufficiale https://chromewebstore.google.com/detail/notifications-sample-exte/fenbgmnkplieggjoplppaglhkkbhdfjo
Descrizione Extension to test full notifications API namespace
Dimensione del File 229 KB
Conteggio Installazioni 28
Versione Corrente 1.3.4.0
Ultimo Aggiornamento 2022-11-25
Data di Pubblicazione 2019-06-12
Sviluppatore utkpatdev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}