Notify

A google chrome extension to allow the user to receive notifications when the browser is minimized

Notifyとは何ですか?

Notifyはiamwaswaによって開発されたChromeの拡張機能で、その主な機能は「A google chrome extension to allow the user to receive notifications when the browser is minimized」です。

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

screenshot

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

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

拡張機能の使用方法

                        Open google chrome and make sure that a tab is open. Then you can proceed to minimize the tab and you can go on to use another window on your laptop or desktop. Whenever you get a notification or message that looks like, Steve (1) on the tab, you will have either the taskbar light up on windows with the tab name or the app will bounce on mac                    

拡張機能の基本情報

名前 Notify Notify
ID dfinkpngcmbaebcaeiklkfooacopmfcm
公式URL https://chromewebstore.google.com/detail/notify/dfinkpngcmbaebcaeiklkfooacopmfcm
説明 A google chrome extension to allow the user to receive notifications when the browser is minimized
ファイルサイズ 3.36 KB
インストール数 41
現在のバージョン 5.0
最終更新日 2018-10-14
公開日 2018-10-14
評価 5.00/5 合計 1 レビュー
開発者 iamwaswa
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notify",
    "version": "5.0",
    "description": "A google chrome extension to allow the user to receive notifications when the browser is minimized",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}