Spigot Notifier
Get SpigotMc.org notifications in chrome.
Τι είναι το Spigot Notifier;
Το Spigot Notifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Adriani6, και η κύρια λειτουργία του είναι "Get SpigotMc.org notifications in chrome.".
Λήψη αρχείου CRX της επέκτασης Spigot Notifier
Λήψη αρχείων επέκτασης Spigot Notifier σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Spigot Notifier checks spigot forums if you've received a new message or notification and displayed a total number of unread things, while you can get on with your day-to-day tasks on your PC. You'll never miss out on anything happening on forums. The extension is open source and the source code/packaged plugin can be found here: https://github.com/Adriani6/SpigotNotifier Any contributions to make it better are welcome! Spigot Thread: https://www.spigotmc.org/threads/chrome-spigot-notifier.103988
Βασικές Πληροφορίες Επέκτασης
Όνομα | Spigot Notifier |
ID | dpkibifcklglomemgflhamcdohfobfpd |
Επίσημο URL | https://chromewebstore.google.com/detail/spigot-notifier/dpkibifcklglomemgflhamcdohfobfpd |
Περιγραφή | Get SpigotMc.org notifications in chrome. |
Μέγεθος Αρχείου | 896 KB |
Αριθμός Εγκαταστάσεων | 107 |
Τρέχουσα Έκδοση | 2.0 |
Τελευταία Ενημέρωση | 2017-12-24 |
Ημερομηνία Δημοσίευσης | 2017-12-23 |
Αξιολόγηση | 4.93/5 Συνολικά 28 Αξιολογήσεις |
Προγραμματιστής | Adriani6 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spigot Notifier", "description": "Get SpigotMc.org notifications in chrome.", "version": "2.0", "icons": { "32": "Content\/Images\/icon32.png", "48": "Content\/Images\/icon48.png", "128": "Content\/Images\/icon128.png", "512": "Content\/Images\/icon512.png" }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "Content\/Scripts\/jquery.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "page": "background.html" }, "permissions": [ "activeTab", "notifications", "storage", "tabs", "webNavigation", "*:\/\/*\/*", "tabs", "http:\/\/www.spigotmc.org\/*" ] } |