Notifications sample extension

Extension to test full notifications API namespace

Co je Notifications sample extension?

Notifications sample extension je rozšíření Chrome vyvinuté utkpatdev, a jeho hlavní funkcí je „Extension to test full notifications API namespace“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Notifications sample extension

Stáhněte si soubory rozšíření Notifications sample extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Notifications sample extension Notifications sample extension
ID fenbgmnkplieggjoplppaglhkkbhdfjo
Oficiální URL https://chromewebstore.google.com/detail/notifications-sample-exte/fenbgmnkplieggjoplppaglhkkbhdfjo
Popis Extension to test full notifications API namespace
Velikost souboru 229 KB
Počet instalací 28
Aktuální Verze 1.3.4.0
Poslední Aktualizace 2022-11-25
Datum Vydání 2019-06-12
Vývojář utkpatdev
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}