Notify

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

Notify là gì?

Notify là một tiện ích mở rộng Chrome được phát triển bởi iamwaswa, và tính năng chính của nó là "A google chrome extension to allow the user to receive notifications when the browser is minimized".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Notify

Tải xuống các tệp mở rộng Notify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Notify Notify
ID dfinkpngcmbaebcaeiklkfooacopmfcm
URL Chính Thức https://chromewebstore.google.com/detail/notify/dfinkpngcmbaebcaeiklkfooacopmfcm
Mô tả A google chrome extension to allow the user to receive notifications when the browser is minimized
Kích Thước Tệp 3.36 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 5.0
Cập Nhật Lần Cuối 2018-10-14
Ngày Phát Hành 2018-10-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển iamwaswa
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}