Notify
A google chrome extension to allow the user to receive notifications when the browser is minimized
Apa itu Notify?
Notify adalah ekstensi Chrome yang dikembangkan oleh iamwaswa, dan fitur utamanya adalah "A google chrome extension to allow the user to receive notifications when the browser is minimized".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Notify
Unduh file ekstensi Notify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | dfinkpngcmbaebcaeiklkfooacopmfcm |
URL Resmi | https://chromewebstore.google.com/detail/notify/dfinkpngcmbaebcaeiklkfooacopmfcm |
Deskripsi | A google chrome extension to allow the user to receive notifications when the browser is minimized |
Ukuran File | 3.36 KB |
Jumlah Instalasi | 41 |
Versi Saat Ini | 5.0 |
Terakhir Diperbarui | 2018-10-14 |
Tanggal Publikasi | 2018-10-14 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | iamwaswa |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |