Useful Forks
To list GitHub forks ordered by stars, with additional information and automatic filtering of irrelevant ones.
Τι είναι το Useful Forks;
Το Useful Forks είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://useful-forks.github.io, και η κύρια λειτουργία του είναι "To list GitHub forks ordered by stars, with additional information and automatic filtering of irrelevant ones.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Useful Forks
Λήψη αρχείων επέκτασης Useful Forks σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The plugin inserts a button next to the "Fork" button when you visit a GitHub repository. Clicking on it will open a new tab which will use the online tool to scan the forks. This tool aims at increasing the discoverability of useful forks of open-source projects. The criteria is simple: if a fork was created, but never received any other activity on its main branch, it is filtered out. For sharing: the results can be exported as CSV, or you can point people to the quick-link URL.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Useful Forks |
ID | aflbdmaojedofngiigjpnlabhginodbf |
Επίσημο URL | https://chromewebstore.google.com/detail/useful-forks/aflbdmaojedofngiigjpnlabhginodbf |
Περιγραφή | To list GitHub forks ordered by stars, with additional information and automatic filtering of irrelevant ones. |
Μέγεθος Αρχείου | 13.4 KB |
Αριθμός Εγκαταστάσεων | 575 |
Τρέχουσα Έκδοση | 2.2.3 |
Τελευταία Ενημέρωση | 2023-08-03 |
Ημερομηνία Δημοσίευσης | 2023-01-21 |
Αξιολόγηση | 5.00/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | https://useful-forks.github.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/useful-forks/useful-forks.github.io/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Useful Forks", "version": "2.2.3", "description": "To list GitHub forks ordered by stars, with additional information and automatic filtering of irrelevant ones.", "icons": { "16": "images\/useful-forks-16.png", "32": "images\/useful-forks-32.png", "48": "images\/useful-forks-48.png", "128": "images\/useful-forks-128.png" }, "host_permissions": [ "*:\/\/github.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/github.com\/*\/*" ], "js": [ "useful-forks.js" ], "run_at": "document_idle", "all_frames": true } ] } |