AnswersAi

School on Easy Mode

什么是AnswersAi?

AnswersAi是由https://answersai.ai开发的Chrome扩展程序,该扩展的主要功能是“School on Easy Mode”。

扩展截图

screenshot
screenshot

下载AnswersAi扩展crx文件

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

扩展使用说明

                        ANSWERSAI is the ultimate tool for all you school needs.

Download now and meet your new virtual tutor!
 
Need Help?
Visit our website to learn more and contact us with any questions you may have.                    

扩展基本信息

名称 AnswersAi AnswersAi
ID gogdaelhkjfknmbphaopmmlehbafoifb
官方URL https://chromewebstore.google.com/detail/answersai/gogdaelhkjfknmbphaopmmlehbafoifb
简介 School on Easy Mode
文件大小 1.21 MB
安装次数 10,000
当前版本 2.9.1
更新时间 2024-01-31
上架时间 2023-04-10
评分 2.73/5 共44次评分
开发者 https://answersai.ai
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://answersai.ai
帮助页面URL https://answersai.ai
隐私政策页面URL https://answersai.ai/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.9.1",
    "manifest_version": 3,
    "name": "AnswersAi",
    "description": "School on Easy Mode",
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/tinymce.min.js",
                "script.js",
                "dist\/bundle.js"
            ],
            "run_at": "document_start",
            "match_about_blank": true
        }
    ],
    "action": {
        "default_title": "AnswersAi",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting",
        "contextMenus",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}