Github BFF: Better Fork Finder
Alerts you when there is a more active fork of the Github repo you are viewing
Τι είναι το Github BFF: Better Fork Finder;
Το Github BFF: Better Fork Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sridatta Thatipamala, και η κύρια λειτουργία του είναι "Alerts you when there is a more active fork of the Github repo you are viewing".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Github BFF: Better Fork Finder
Λήψη αρχείων επέκτασης Github BFF: Better Fork Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | mohkigeiagechfjbifdedgiicfhalipo |
| Επίσημο URL | https://chromewebstore.google.com/detail/github-bff-better-fork-fi/mohkigeiagechfjbifdedgiicfhalipo |
| Περιγραφή | Alerts you when there is a more active fork of the Github repo you are viewing |
| Μέγεθος Αρχείου | 36.44 KB |
| Αριθμός Εγκαταστάσεων | 43 |
| Τρέχουσα Έκδοση | 1.0 |
| Τελευταία Ενημέρωση | 2012-09-27 |
| Ημερομηνία Δημοσίευσης | 2012-09-26 |
| Αξιολόγηση | 4.17/5 Συνολικά 6 Αξιολογήσεις |
| Προγραμματιστής | Sridatta Thatipamala |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Github BFF: Better Fork Finder",
"version": "1.0",
"manifest_version": 2,
"description": "Alerts you when there is a more active fork of the Github repo you are viewing",
"permissions": [
"https:\/\/github.com\/",
"https:\/\/api.github.com\/"
],
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*\/*"
],
"css": [
"style.css"
],
"js": [
"jquery.min.js",
"myscript.js"
]
}
]
} | |