Plagiarism Checker

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

Qu'est-ce que Plagiarism Checker ?

Plagiarism Checker est une extension Chrome développée par Plagiarisma, et sa fonction principale est "Plagiarisma is the world famous plagiarism checker for scholars, students, teachers, writers.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Plagiarism Checker

Téléchargez les fichiers d'extension Plagiarism Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Plagiarism Checker Plagiarism Checker
ID bfokbpkmneijnfgpkfajjgckoeffbcgb
URL Officiel https://chromewebstore.google.com/detail/plagiarism-checker/bfokbpkmneijnfgpkfajjgckoeffbcgb
Description Plagiarisma is the world famous plagiarism checker for scholars, students, teachers, writers.
Taille du Fichier 51.62 KB
Nombre d'Installations 6,000
Version Actuelle 1.1
Dernière Mise à Jour 2023-06-22
Date de Publication 2022-12-08
Développeur Plagiarisma
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://plagiarisma.net
URL de la Page de Politique de Confidentialité https://plagiarisma.net/privacy.txt
Langues Prises en Charge 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"
    }
}