Classway - Chat GPT Humanizer

The fun, easy and effective way to complete homework.

什么是Classway - Chat GPT Humanizer?

Classway - Chat GPT Humanizer是由classwayai开发的Chrome扩展程序,该扩展的主要功能是“The fun, easy and effective way to complete homework.”。

扩展截图

screenshot
screenshot

下载Classway - Chat GPT Humanizer扩展crx文件

下载Classway - Chat GPT Humanizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Classway is an innovative Chrome extension crafted to empower students with state-of-the-art AI assistance for completing assignments efficiently and effectively. By seamlessly blending into the user's learning environment, Classway offers a suite of tools that transform AI-generated content into indistinguishably human-like prose. Its core features include an AI Humanizer that rephrases responses with a scholarly tone, an Answer Assistant that provides immediate, contextually accurate answers to highlighted questions, and a customizable Highlight Mode for tailored response lengths and details.

Moreover, Classway includes a sophisticated Essay Writer that assists in structuring and refining academic essays, alongside a versatile Content Rewriter for enhancing originality and clarity in student submissions. Operating directly within the active tab, Classway integrates deeply with the student's research process, allowing for uninterrupted workflow and productivity.

The extension is designed with user privacy and data security as paramount, requesting only essential permissions to function. This ensures that while it offers comprehensive academic support, it remains unobtrusive and secure. Classway's commitment to educational integrity is reflected in its meticulous adherence to privacy standards, safeguarding user data while providing a premium educational experience.                    

扩展基本信息

名称 Classway - Chat GPT Humanizer Classway - Chat GPT Humanizer
ID fncncmmblgfpfcpgljeajfhldekbpbjo
官方URL https://chromewebstore.google.com/detail/classway-chat-gpt-humaniz/fncncmmblgfpfcpgljeajfhldekbpbjo
简介 The fun, easy and effective way to complete homework.
文件大小 259 KB
安装次数 583
当前版本 1.0.6
更新时间 2024-02-14
上架时间 2023-11-30
评分 5.00/5 共2次评分
开发者 classwayai
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://www.classway.ai/
隐私政策页面URL https://www.classway.ai/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Classway - Chat GPT Humanizer",
    "description": "The fun, easy and effective way to complete homework.",
    "version": "1.0.6",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "action": [],
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "svg\/*.svg",
                "png\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}