My ears are burning
This notifies you when someone has mentioned you or assigned you an issue on GitHub
Τι είναι το My ears are burning;
Το My ears are burning είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kchodorow, και η κύρια λειτουργία του είναι "This notifies you when someone has mentioned you or assigned you an issue on GitHub".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης My ears are burning
Λήψη αρχείων επέκτασης My ears are burning σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Puts an ear next to your location bar. If you have any unread GitHub notifications, the ear will turn red. If you are all caught up, the ear will turn green.
Βασικές Πληροφορίες Επέκτασης
Όνομα | My ears are burning |
ID | phkokjkjpdmdeongeaaddaiocjpcmpjb |
Επίσημο URL | https://chromewebstore.google.com/detail/my-ears-are-burning/phkokjkjpdmdeongeaaddaiocjpcmpjb |
Περιγραφή | This notifies you when someone has mentioned you or assigned you an issue on GitHub |
Μέγεθος Αρχείου | 71.47 KB |
Αριθμός Εγκαταστάσεων | 12 |
Τρέχουσα Έκδοση | 0.1.8 |
Τελευταία Ενημέρωση | 2017-06-17 |
Ημερομηνία Δημοσίευσης | 2017-06-17 |
Προγραμματιστής | kchodorow |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://meab.kchodorow.com |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My ears are burning", "description": "This notifies you when someone has mentioned you or assigned you an issue on GitHub", "version": "0.1.8", "browser_action": { "default_title": "Loading notifications...", "default_icon": "assets\/icon.png", "default_popup": "popup.html" }, "permissions": [ "alarms", "cookies", "https:\/\/meab.kchodorow.com\/" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true } } |