Notifications sample extension

Extension to test full notifications API namespace

Co to jest Notifications sample extension?

Notifications sample extension to rozszerzenie Chrome opracowane przez utkpatdev, a jego główną funkcją jest „Extension to test full notifications API namespace”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Notifications sample extension

Pobierz pliki rozszerzeń Notifications sample extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Notifications sample extension Notifications sample extension
ID fenbgmnkplieggjoplppaglhkkbhdfjo
Oficjalny URL https://chromewebstore.google.com/detail/notifications-sample-exte/fenbgmnkplieggjoplppaglhkkbhdfjo
Opis Extension to test full notifications API namespace
Rozmiar pliku 229 KB
Liczba instalacji 28
Aktualna Wersja 1.3.4.0
Ostatnia Aktualizacja 2022-11-25
Data Publikacji 2019-06-12
Deweloper utkpatdev
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}