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
Eメール [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": [
                ""
            ]
        }
    ]
}