GH Plagiarism Check
This extension is a starting point to find plagiarism on github
¿Qué es GH Plagiarism Check?
GH Plagiarism Check es una extensión de Chrome desarrollada por teamjuli0, y su función principal es "This extension is a starting point to find plagiarism on github".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión GH Plagiarism Check
Descarga archivos de extensión GH Plagiarism Check en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | GH Plagiarism Check |
ID | fbnkdiommanmaggjbppgecgpekigaceb |
URL Oficial | https://chromewebstore.google.com/detail/gh-plagiarism-check/fbnkdiommanmaggjbppgecgpekigaceb |
Descripción | This extension is a starting point to find plagiarism on github |
Tamaño del Archivo | 1.43 MB |
Cantidad de Instalaciones | 607 |
Versión Actual | 0.4.0 |
Última Actualización | 2021-10-20 |
Fecha de Publicación | 2021-09-16 |
Desarrollador | teamjuli0 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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": [] } |