GH Plagiarism Check
This extension is a starting point to find plagiarism on github
Co to jest GH Plagiarism Check?
GH Plagiarism Check to rozszerzenie Chrome opracowane przez teamjuli0, a jego główną funkcją jest „This extension is a starting point to find plagiarism on github”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GH Plagiarism Check
Pobierz pliki rozszerzeń GH Plagiarism Check w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | GH Plagiarism Check |
ID | fbnkdiommanmaggjbppgecgpekigaceb |
Oficjalny URL | https://chromewebstore.google.com/detail/gh-plagiarism-check/fbnkdiommanmaggjbppgecgpekigaceb |
Opis | This extension is a starting point to find plagiarism on github |
Rozmiar pliku | 1.43 MB |
Liczba instalacji | 607 |
Aktualna Wersja | 0.4.0 |
Ostatnia Aktualizacja | 2021-10-20 |
Data Publikacji | 2021-09-16 |
Deweloper | teamjuli0 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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": [] } |