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ファイルをダウンロード

GH Plagiarism Check拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": []
}