Github +1s
Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.
Τι είναι το Github +1s;
Το Github +1s είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ryan Florence, και η κύρια λειτουργία του είναι "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Github +1s
Λήψη αρχείων επέκτασης Github +1s σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | lddfkkebajnpiicnpfamebilmhamkeme |
Επίσημο URL | https://chrome.google.com/webstore/detail/github-+1s/lddfkkebajnpiicnpfamebilmhamkeme |
Περιγραφή | Shows you the counts and avatars of those noisy '+1' comments and hides the original comments. |
Μέγεθος Αρχείου | 5.54 KB |
Αριθμός Εγκαταστάσεων | 210 |
Τρέχουσα Έκδοση | 1.4.0 |
Τελευταία Ενημέρωση | 2015-06-19 |
Ημερομηνία Δημοσίευσης | 2015-06-19 |
Αξιολόγηση | 4.58/5 Συνολικά 12 Αξιολογήσεις |
Προγραμματιστής | Ryan Florence |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github +1s", "description": "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.", "version": "1.4.0", "permissions": [ "activeTab" ], "icons": { "128": "plusone.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "content_script.js" ] } ] } |