Forks Diff Counter for GitHub

This extension will show commits behind and ahead for every fork.

Forks Diff Counter for GitHub क्या है?

Forks Diff Counter for GitHub https://giacomoferretti.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will show commits behind and ahead for every fork."।

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

screenshot
screenshot

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

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

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

                        Forks Diff Counter for Github

This extension will show you commits behind and ahead for every fork in the network page of GitHub.                    

एक्सटेंशन की मूल जानकारी

नाम Forks Diff Counter for GitHub Forks Diff Counter for GitHub
ID eencojgimolmahmdfpnfbcldppmlokfg
आधिकारिक URL https://chromewebstore.google.com/detail/forks-diff-counter-for-gi/eencojgimolmahmdfpnfbcldppmlokfg
विवरण This extension will show commits behind and ahead for every fork.
फ़ाइल का आकार 16.28 KB
स्थापना संख्या 81
वर्तमान संस्करण 1.2.4
अंतिम अपडेट 2023-08-11
प्रकाशन तिथि 2020-04-30
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://giacomoferretti.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/giacomoferretti/forks-diff-chrome
सहायता पृष्ठ URL https://github.com/giacomoferretti/forks-diff-chrome
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.2.4",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon.16.png",
        "32": "icons\/icon.32.png",
        "48": "icons\/icon.48.png",
        "64": "icons\/icon.64.png",
        "128": "icons\/icon.128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/github.com\/*"
            ],
            "js": [
                "js\/main.js"
            ]
        }
    ]
}