Useful Forks

To list GitHub forks ordered by stars, with additional information and automatic filtering of irrelevant ones.

Useful Forks क्या है?

Useful Forks https://useful-forks.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To list GitHub forks ordered by stars, with additional information and automatic filtering of irrelevant ones."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Useful Forks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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
        }
    ]
}