Steemification - Notifications for Steemit
Display desktop notifications once new votes and comments on Steemit.com are available
Τι είναι το Steemification - Notifications for Steemit;
Το Steemification - Notifications for Steemit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον steemification, και η κύρια λειτουργία του είναι "Display desktop notifications once new votes and comments on Steemit.com are available".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Steemification - Notifications for Steemit
Λήψη αρχείων επέκτασης Steemification - Notifications for Steemit σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Steemification offers the long missing notifications from the social media platform steemit.com. The development is ongoing and the extension will be improved over time. Getting started: #1 install the extension #2 click on the steemit icon in your browser bar #3 enter your account data #4 let the notifications roll in Any feedback for the notification may be posted via: https://steemit.com/@fleuri on the related blog post.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Steemification - Notifications for Steemit |
ID | blnmejicejbkcdebiobgfpjhopoahmen |
Επίσημο URL | https://chromewebstore.google.com/detail/steemification-notificati/blnmejicejbkcdebiobgfpjhopoahmen |
Περιγραφή | Display desktop notifications once new votes and comments on Steemit.com are available |
Μέγεθος Αρχείου | 45.89 KB |
Αριθμός Εγκαταστάσεων | 264 |
Τρέχουσα Έκδοση | 1.4 |
Τελευταία Ενημέρωση | 2016-07-28 |
Ημερομηνία Δημοσίευσης | 2016-07-28 |
Αξιολόγηση | 3.83/5 Συνολικά 12 Αξιολογήσεις |
Προγραμματιστής | steemification |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://steemit.com |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steemification - Notifications for Steemit", "short_name": "Steemification", "version": "1.4", "description": "Display desktop notifications once new votes and comments on Steemit.com are available", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "notifications" ], "options_page": "options.html", "options_ui": { "page": "options.html" }, "background": { "scripts": [ "background.js", "steem-rpc.js" ] }, "manifest_version": 2, "web_accessible_resources": [ "48.png" ], "browser_action": { "default_icon": "48.png", "default_popup": "options.html" } } |