Plagiarism Checker

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

Was ist Plagiarism Checker?

Plagiarism Checker ist eine Chrome-Erweiterung, die von Plagiarisma entwickelt wurde, und ihr Hauptmerkmal ist "Plagiarisma is the world famous plagiarism checker for scholars, students, teachers, writers.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Plagiarism Checker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Plagiarism Checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Plagiarism Checker Plagiarism Checker
ID bfokbpkmneijnfgpkfajjgckoeffbcgb
Offizielle URL https://chromewebstore.google.com/detail/plagiarism-checker/bfokbpkmneijnfgpkfajjgckoeffbcgb
Beschreibung Plagiarisma is the world famous plagiarism checker for scholars, students, teachers, writers.
Dateigröße 51.62 KB
Installationsanzahl 6,000
Aktuelle Version 1.1
Letztes Update 2023-06-22
Veröffentlichungsdatum 2022-12-08
Entwickler Plagiarisma
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://plagiarisma.net
URL der Datenschutzrichtlinien-Seite https://plagiarisma.net/privacy.txt
Unterstützte Sprachen 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"
    }
}