Solvify

AI powered Chrome extension that automatically scans and solves your assignment problems.

什么是Solvify?

Solvify是由https://solvify.app开发的Chrome扩展程序,该扩展的主要功能是“AI powered Chrome extension that automatically scans and solves your assignment problems.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Solvify扩展crx文件

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

扩展使用说明

                        Solvify: Homework Solutions at Your Fingertips! 📚✨

Tackling piles of homework? Dive into a hassle-free experience with Solvify - your on-demand academic buddy right in your Chrome browser. With just one click, Solvify transforms any daunting homework or assignment question into a comprehensible solution. Here's what makes Solvify stand out:

🚀 Powered by OpenAI: All you need is an OpenAI API key, and we'll unlock a world of knowledge for you.

💡 Diverse Question Handling: From multiple choice to fill in the blanks and other text-based queries, Solvify is designed to provide you with precise answers.

🎉 Absolutely FREE: Embrace the future of learning without burning a hole in your pocket.

💌 Exceptional Support: Encountered a glitch? Have suggestions or queries? Don't hesitate to reach out to us at [email protected]. Your feedback helps us grow!

Join thousands of students who are elevating their academic journey. Add Solvify to your Chrome and let the learning magic begin! 🌐🎓                    

扩展基本信息

名称 Solvify Solvify
ID ppmfjkcdigijfbkldbckdpoflajbkoik
官方URL https://chromewebstore.google.com/detail/solvify/ppmfjkcdigijfbkldbckdpoflajbkoik
简介 AI powered Chrome extension that automatically scans and solves your assignment problems.
文件大小 10.97 MB
安装次数 41
当前版本 1.1
更新时间 2023-09-15
上架时间 2023-09-10
评分 5.00/5 共3次评分
开发者 https://solvify.app
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Solvify",
    "description": "AI powered Chrome extension that automatically scans and solves your assignment problems.",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "tabs"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' http:\/\/localhost:* http:\/\/127.0.0.1:*; object-src 'self'"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}