GH Plagiarism Check
This extension is a starting point to find plagiarism on github
Wat is GH Plagiarism Check?
GH Plagiarism Check is een Chrome-extensie ontwikkeld door teamjuli0, en de belangrijkste functie is "This extension is a starting point to find plagiarism on github".
Extensie Screenshots
Download het CRX-bestand van de extensie GH Plagiarism Check
Download GH Plagiarism Check-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | GH Plagiarism Check |
ID | fbnkdiommanmaggjbppgecgpekigaceb |
Officiële URL | https://chromewebstore.google.com/detail/gh-plagiarism-check/fbnkdiommanmaggjbppgecgpekigaceb |
Beschrijving | This extension is a starting point to find plagiarism on github |
Bestandsgrootte | 1.43 MB |
Aantal Installaties | 607 |
Huidige Versie | 0.4.0 |
Laatst Bijgewerkt | 2021-10-20 |
Publicatiedatum | 2021-09-16 |
Ontwikkelaar | teamjuli0 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [] } |