Notify
A google chrome extension to allow the user to receive notifications when the browser is minimized
Notify क्या है?
Notify iamwaswa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A google chrome extension to allow the user to receive notifications when the browser is minimized"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Notify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
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 } |