Plug Notify

A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.

Τι είναι το Plug Notify;

Το Plug Notify είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.stephentvedt.com, και η κύρια λειτουργία του είναι "A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.".

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

screenshot

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

Λήψη αρχείων επέκτασης Plug Notify σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.

Now with customizable notifications!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Plug Notify Plug Notify
ID ofoajhhdimlfpfhdcngpfakkippmdkel
Επίσημο URL https://chrome.google.com/webstore/detail/plug-notify/ofoajhhdimlfpfhdcngpfakkippmdkel
Περιγραφή A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.
Μέγεθος Αρχείου 84.43 KB
Αριθμός Εγκαταστάσεων 10
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2017-11-14
Ημερομηνία Δημοσίευσης 2017-11-14
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής http://www.stephentvedt.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/stvedt/Plug-Notify
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Plug Notify",
    "description": "A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.",
    "version": "1.0.0",
    "icons": {
        "128": "img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/plug.dj\/*",
                "https:\/\/plug.dj\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "http:\/\/plug.dj\/*",
        "https:\/\/plug.dj\/*"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "main.js"
    ]
}