Notify

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

Τι είναι το Notify;

Το Notify είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον iamwaswa, και η κύρια λειτουργία του είναι "A google chrome extension to allow the user to receive notifications when the browser is minimized".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Notify

Λήψη αρχείων επέκτασης 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
}