Plagiarisma is the world famous plagiarism checker for scholars, students, teachers, writers.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"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": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"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"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}