GH Plagiarism Check
This extension is a starting point to find plagiarism on github
Qu'est-ce que GH Plagiarism Check ?
GH Plagiarism Check est une extension Chrome développée par teamjuli0, et sa fonction principale est "This extension is a starting point to find plagiarism on github".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GH Plagiarism Check
Téléchargez les fichiers d'extension GH Plagiarism Check au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | GH Plagiarism Check |
ID | fbnkdiommanmaggjbppgecgpekigaceb |
URL Officiel | https://chromewebstore.google.com/detail/gh-plagiarism-check/fbnkdiommanmaggjbppgecgpekigaceb |
Description | This extension is a starting point to find plagiarism on github |
Taille du Fichier | 1.43 MB |
Nombre d'Installations | 607 |
Version Actuelle | 0.4.0 |
Dernière Mise à Jour | 2021-10-20 |
Date de Publication | 2021-09-16 |
Développeur | teamjuli0 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } |