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
公式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
Eメール [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"
}