Favicon counter for Google+
Displays the current number of new (unread) posts in the Google+ stream on the favicon of the Google+ tab.
Τι είναι το Favicon counter for Google+;
Το Favicon counter for Google+ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://kupriyanov.com, και η κύρια λειτουργία του είναι "Displays the current number of new (unread) posts in the Google+ stream on the favicon of the Google+ tab.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Favicon counter for Google+
Λήψη αρχείων επέκτασης Favicon counter for Google+ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Keep an eye on the Google+ stream and never miss another breaking news in again, even while browsing in other tabs. v0.0.20: added new icon
Βασικές Πληροφορίες Επέκτασης
Όνομα | Favicon counter for Google+ |
ID | noogdbofibkpjbipamihpfenckclpahj |
Επίσημο URL | https://chromewebstore.google.com/detail/favicon-counter-for-googl/noogdbofibkpjbipamihpfenckclpahj |
Περιγραφή | Displays the current number of new (unread) posts in the Google+ stream on the favicon of the Google+ tab. |
Μέγεθος Αρχείου | 172 KB |
Αριθμός Εγκαταστάσεων | 10 |
Τρέχουσα Έκδοση | 0.0.20 |
Τελευταία Ενημέρωση | 2015-09-19 |
Ημερομηνία Δημοσίευσης | 2015-09-19 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://kupriyanov.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://google.com/+MishaMKupriyanov |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.20", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "48": "images\/icon-48.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/plus.google.com\/*", "https:\/\/plus.google.com\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/GPlusCounter.js", "bower_components\/mkfavcount\/favcount.js", "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "tabs", "http:\/\/plus.google.com\/*", "https:\/\/plus.google.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/plus.google.com https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "\/images\/faviconr3.ico" ] } |