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ファイルをダウンロード

Plagiarism Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}