AI Writing Check
Checks any text to see if it is human-written.
Co to jest AI Writing Check?
AI Writing Check to rozszerzenie Chrome opracowane przez flarez5858, a jego główną funkcją jest „Checks any text to see if it is human-written.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AI Writing Check
Pobierz pliki rozszerzeń AI Writing Check w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Simple, fast tool for educators, teachers alike. See https://aiwritingcheck.org for notes.
Supports: most websites with basic text, Word, Google Docs. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kbhhacnmeeljkelinngfddddmgnpfagc |
| Oficjalny URL | https://chromewebstore.google.com/detail/ai-writing-check/kbhhacnmeeljkelinngfddddmgnpfagc |
| Opis | Checks any text to see if it is human-written. |
| Rozmiar pliku | 398 KB |
| Liczba instalacji | 115 |
| Aktualna Wersja | 2.1.1 |
| Ostatnia Aktualizacja | 2023-03-10 |
| Data Publikacji | 2023-02-15 |
| Deweloper | flarez5858 |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://stratums.io/aiwritingcheck/main.html |
| Adres URL Strony Polityki Prywatności | https://ksw2-center.glitch.me/privacy.txt |
| Obsługiwane Języki | 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": [
" | |