AI Writing Check
Checks any text to see if it is human-written.
AI Writing Checkとは何ですか?
AI Writing Checkはflarez5858によって開発されたChromeの拡張機能で、その主な機能は「Checks any text to see if it is human-written.」です。
拡張機能のスクリーンショット
AI Writing Check拡張機能のCRXファイルをダウンロード
AI Writing Check拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple, fast tool for educators, teachers alike. See https://aiwritingcheck.org for notes.
Supports: most websites with basic text, Word, Google Docs. 拡張機能の基本情報
| 名前 | |
| ID | kbhhacnmeeljkelinngfddddmgnpfagc |
| 公式URL | https://chromewebstore.google.com/detail/ai-writing-check/kbhhacnmeeljkelinngfddddmgnpfagc |
| 説明 | Checks any text to see if it is human-written. |
| ファイルサイズ | 398 KB |
| インストール数 | 115 |
| 現在のバージョン | 2.1.1 |
| 最終更新日 | 2023-03-10 |
| 公開日 | 2023-02-15 |
| 開発者 | flarez5858 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://stratums.io/aiwritingcheck/main.html |
| プライバシーポリシーページのURL | https://ksw2-center.glitch.me/privacy.txt |
| 対応言語 | 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": [
" | |