GH Plagiarism Check

This extension is a starting point to find plagiarism on github

GH Plagiarism Check란 무엇입니까?

GH Plagiarism Check은(는) teamjuli0에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is a starting point to find plagiarism on github"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

GH Plagiarism Check 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": []
}