AI Writing Check
Checks any text to see if it is human-written.
Was ist AI Writing Check?
AI Writing Check ist eine Chrome-Erweiterung, die von flarez5858 entwickelt wurde, und ihr Hauptmerkmal ist "Checks any text to see if it is human-written.".
Erweiterungsscreenshots
AI Writing Check-Erweiterungs-CRX-Datei herunterladen
Laden Sie AI Writing Check-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
Simple, fast tool for educators, teachers alike. See https://aiwritingcheck.org for notes. Supports: most websites with basic text, Word, Google Docs.
Grundlegende Informationen zur Erweiterung
Name | AI Writing Check |
ID | kbhhacnmeeljkelinngfddddmgnpfagc |
Offizielle URL | https://chromewebstore.google.com/detail/ai-writing-check/kbhhacnmeeljkelinngfddddmgnpfagc |
Beschreibung | Checks any text to see if it is human-written. |
Dateigröße | 398 KB |
Installationsanzahl | 115 |
Aktuelle Version | 2.1.1 |
Letztes Update | 2023-03-10 |
Veröffentlichungsdatum | 2023-02-15 |
Entwickler | flarez5858 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://stratums.io/aiwritingcheck/main.html |
URL der Datenschutzrichtlinien-Seite | https://ksw2-center.glitch.me/privacy.txt |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AI Writing Check", "description": "Checks any text to see if it is human-written.", "version": "2.1.1", "icons": { "16": "logo\/icon16.png", "48": "logo\/icon48.png", "128": "logo\/icon128.png" }, "permissions": [ "activeTab", "contextMenus", "notifications" ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ " |