Plagiarism Checker

Plagiarisma is the world famous plagiarism checker for scholars, students, teachers, writers.

Plagiarism Checker란 무엇입니까?

Plagiarism Checker은(는) Plagiarisma에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Plagiarisma is the world famous plagiarism checker for scholars, students, teachers, writers."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Plagiarism Checker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        How to use it:

Log in https://plagiarisma.net/login.php or register https://plagiarisma.net/register.php a new account.

Grab an API key from members area and authorize your extension.

Select any text on any website.

Push the extension icon and click the "Check Plagiarism" button.

Wait for results.                    

확장 프로그램 기본 정보

이름 Plagiarism Checker Plagiarism Checker
ID bfokbpkmneijnfgpkfajjgckoeffbcgb
공식 URL https://chromewebstore.google.com/detail/plagiarism-checker/bfokbpkmneijnfgpkfajjgckoeffbcgb
설명 Plagiarisma is the world famous plagiarism checker for scholars, students, teachers, writers.
파일 크기 51.62 KB
설치 횟수 6,000
현재 버전 1.1
최근 업데이트 2023-06-22
출시 날짜 2022-12-08
개발자 Plagiarisma
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://plagiarisma.net
개인정보 보호 정책 페이지 URL https://plagiarisma.net/privacy.txt
지원되는 언어 de,en,fr,nl,no,vi,tr,da,es,it,pl,ro,sv,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.1",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/plagiarisma.net\/ https:\/\/www.google-analytics.com\/;"
    },
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    }
}