GH Plagiarism Check

This extension is a starting point to find plagiarism on github

Что такое GH Plagiarism Check?

GH Plagiarism Check - это расширение Chrome, разработанное teamjuli0, и его основная функция - "This extension is a starting point to find plagiarism on github".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения GH Plagiarism Check

Скачайте файлы расширений 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
Электронная почта [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": []
}