GH Plagiarism Check

This extension is a starting point to find plagiarism on github

GH Plagiarism Check क्या है?

GH Plagiarism Check teamjuli0 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is a starting point to find plagiarism on github"।

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

screenshot
screenshot
screenshot

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

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

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

                        Finding plagiarism on GitHub can quickly become very tedious. As awesome as GitHub's search functionality is, it doesn't like special characters which means copy and pasting code to search can be a bit difficult. GH Plagiarism Check takes in copy and cleans it to make searching for plagiarism much easier!

Features:
     - Take in copy to search for plagiarism on GitHub
     - Keep track of up to the last 200 searches
     - Use the built-in sketchpad to help jot down any quick notes
     - Quickly export search history and notes through the settings tab

What's New (v0.4.0):
- Internal restructure to facilitate and speed up future updates                    

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

नाम GH Plagiarism Check GH Plagiarism Check
ID fbnkdiommanmaggjbppgecgpekigaceb
आधिकारिक URL https://chromewebstore.google.com/detail/gh-plagiarism-check/fbnkdiommanmaggjbppgecgpekigaceb
विवरण This extension is a starting point to find plagiarism on github
फ़ाइल का आकार 1.43 MB
स्थापना संख्या 607
वर्तमान संस्करण 0.4.0
अंतिम अपडेट 2021-10-20
प्रकाशन तिथि 2021-09-16
डेवलपर teamjuli0
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GH Plagiarism Check",
    "description": "This extension is a starting point to find plagiarism on github",
    "version": "0.4.0",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "logo-small.png",
        "48": "logo-small.png",
        "128": "logo-small.png"
    },
    "permissions": []
}