Notify

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

What is Notify?

Notify is a Chrome extension developed by iamwaswa, and its main feature is "A google chrome extension to allow the user to receive notifications when the browser is minimized".

Extension Screenshots

screenshot

Download Notify Extension CRX File

Download Notify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Notify Notify
ID dfinkpngcmbaebcaeiklkfooacopmfcm
Official URL https://chromewebstore.google.com/detail/notify/dfinkpngcmbaebcaeiklkfooacopmfcm
Description A google chrome extension to allow the user to receive notifications when the browser is minimized
File Size 3.36 KB
Installation Count 41
Current Version 5.0
Last Updated 2018-10-14
Publish Date 2018-10-14
Rating 5.00/5 Total 1 Ratings
Developer iamwaswa
Email [email protected]
Payment Type free
Supported Languages 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
}