GitHub compare helper

Adds UI to GitHub commits pages to easier create GitHub compare urls

GitHub compare helper क्या है?

GitHub compare helper Henrik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds UI to GitHub commits pages to easier create GitHub compare urls"।

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

screenshot

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

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

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

                        Manually typing the GitHub compare url takes too much time. Use this simple UI add-on to do it much faster!

Note: 

Works the same way GitHub compare urls are normally generated i.e. from the first SHA of a commit to (but not including) the last SHA of a commit. This means the generated compare url will, for branches, include the top selected commit but not the last selected commit (but the commit before). For pull requests it is the opposite.

NEW! Now also works on pull requests!

-----------------------------------------------------

Source: https://github.com/hengun348/GitHub-compare-helper

Thanks https://github.com/acetrand and https://github.com/bradsk88 for pull request contributions!                    

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

नाम GitHub compare helper GitHub compare helper
ID cioiakfpohjbldapjdenhmdenmdcdigd
आधिकारिक URL https://chromewebstore.google.com/detail/github-compare-helper/cioiakfpohjbldapjdenhmdenmdcdigd
विवरण Adds UI to GitHub commits pages to easier create GitHub compare urls
फ़ाइल का आकार 334 KB
स्थापना संख्या 38
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2020-05-24
प्रकाशन तिथि 2020-05-24
रेटिंग 3.20/5 कुल 5 रेटिंग्स
डेवलपर Henrik
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub compare helper",
    "version": "1.2.1",
    "description": "Adds UI to GitHub commits pages to easier create GitHub compare urls",
    "author": "Henrik Gunnarsson",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "https:\/\/github.com\/*\/commits\/*"
    ],
    "icons": {
        "19": "icon-19.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}