Background Notification Sound

Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.

Background Notification Soundとは何ですか?

Background Notification SoundはSafe SAによって開発されたChromeの拡張機能で、その主な機能は「Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.」です。

拡張機能のスクリーンショット

screenshot

Background Notification Sound拡張機能のCRXファイルをダウンロード

Background Notification Sound拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Play a Notification Sound when receiving a message in the background with service worker at https://www.safesa.co.za/track. Also keep chrome running in background to receive messages even if it closes.                    

拡張機能の基本情報

名前 Background Notification Sound Background Notification Sound
ID diadblmpfmoecighhdmalpahghimodil
公式URL https://chromewebstore.google.com/detail/background-notification-s/diadblmpfmoecighhdmalpahghimodil
説明 Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.
ファイルサイズ 86.34 KB
インストール数 1,424
現在のバージョン 0.4
最終更新日 2018-10-08
公開日 2018-10-07
評価 2.00/5 合計 6 レビュー
開発者 Safe SA
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Background Notification Sound",
    "description": "Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.",
    "version": "0.4",
    "icons": {
        "16": "sound16.png",
        "32": "sound32.png",
        "48": "sound48.png",
        "128": "sound128.png"
    },
    "web_accessible_resources": [
        "sound16.png"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "https:\/\/*.playsound\/"
    ]
}