Plagiarism Checker

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

Plagiarism Checker là gì?

Plagiarism Checker là một tiện ích mở rộng Chrome được phát triển bởi Plagiarisma, và tính năng chính của nó là "Plagiarisma is the world famous plagiarism checker for scholars, students, teachers, writers.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Plagiarism Checker

Tải xuống các tệp mở rộng Plagiarism Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Plagiarism Checker Plagiarism Checker
ID bfokbpkmneijnfgpkfajjgckoeffbcgb
URL Chính Thức https://chromewebstore.google.com/detail/plagiarism-checker/bfokbpkmneijnfgpkfajjgckoeffbcgb
Mô tả Plagiarisma is the world famous plagiarism checker for scholars, students, teachers, writers.
Kích Thước Tệp 51.62 KB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-06-22
Ngày Phát Hành 2022-12-08
Nhà Phát Triển Plagiarisma
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://plagiarisma.net
URL Trang Chính Sách Bảo Mật https://plagiarisma.net/privacy.txt
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}