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文件

下載Notifications sample extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}