GH Plagiarism Check

This extension is a starting point to find plagiarism on github

What is GH Plagiarism Check?

GH Plagiarism Check is a Chrome extension developed by teamjuli0, and its main feature is "This extension is a starting point to find plagiarism on github".

Extension Screenshots

screenshot
screenshot
screenshot

Download GH Plagiarism Check Extension CRX File

Download GH Plagiarism Check extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name GH Plagiarism Check GH Plagiarism Check
ID fbnkdiommanmaggjbppgecgpekigaceb
Official URL https://chromewebstore.google.com/detail/gh-plagiarism-check/fbnkdiommanmaggjbppgecgpekigaceb
Description This extension is a starting point to find plagiarism on github
File Size 1.43 MB
Installation Count 607
Current Version 0.4.0
Last Updated 2021-10-20
Publish Date 2021-09-16
Developer teamjuli0
Email [email protected]
Payment Type free
Supported Languages 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": []
}