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
电子邮箱 [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
}