Notifications sample extension

Extension to test full notifications API namespace

Notifications sample extension란 무엇입니까?

Notifications sample extension은(는) utkpatdev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to test full notifications API namespace"입니다.

확장 프로그램 스크린샷

screenshot

Notifications sample extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Notifications sample extension Notifications sample extension
ID fenbgmnkplieggjoplppaglhkkbhdfjo
공식 URL https://chromewebstore.google.com/detail/notifications-sample-exte/fenbgmnkplieggjoplppaglhkkbhdfjo
설명 Extension to test full notifications API namespace
파일 크기 229 KB
설치 횟수 28
현재 버전 1.3.4.0
최근 업데이트 2022-11-25
출시 날짜 2019-06-12
개발자 utkpatdev
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
}