AI Assistant

AI Assistant helps you answer question, summarize and explain pages and texts!

什么是AI Assistant?

AI Assistant是由Castusoft开发的Chrome扩展程序,该扩展的主要功能是“AI Assistant helps you answer question, summarize and explain pages and texts!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载AI Assistant扩展crx文件

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

扩展使用说明

                        Introducing the revolutionary AI Assistance that will transform the way you browse the web! With this powerful tool at your fingertips, you can quickly and easily summarize any page, get in-depth explanations of complex concepts, and even get answers to your burning questions.

Gone are the days of sifting through endless pages of information, trying to find the needle in the haystack. Our AI extension leverages cutting-edge natural language processing and machine learning algorithms to deliver the most relevant and useful information to you in seconds.

Whether you're a student, professional, or just a curious individual, this extension will save you time and effort while providing valuable insights and knowledge. With its user-friendly interface and lightning-fast performance, it's the perfect tool for anyone who wants to stay on top of the latest trends and developments in their field.

So why wait? Download AI Assistant extension today and take your browsing experience to the next level!

Don't forget to relaunch your page after download!                    

扩展基本信息

名称 AI Assistant AI Assistant
ID manahiemhgolofngagbjjefiibejhcgm
官方URL https://chromewebstore.google.com/detail/ai-assistant/manahiemhgolofngagbjjefiibejhcgm
简介 AI Assistant helps you answer question, summarize and explain pages and texts!
文件大小 383 KB
安装次数 205
当前版本 1.0
更新时间 2023-04-10
上架时间 2023-04-10
评分 5.00/5 共1次评分
开发者 Castusoft
电子邮箱 [email protected]
付费类型 in_app
隐私政策页面URL https://github.com/castusoft/chrome-privacy/blob/main/README.md
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI Assistant",
    "version": "1.0",
    "description": "AI Assistant helps you answer question, summarize and explain pages and texts!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                ".\/lib\/ExtPay.js",
                ".\/js\/limits.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                ".\/lib\/jquery.js",
                ".\/lib\/ExtPay.js",
                ".\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": ".\/logo\/logo_16.png",
        "32": ".\/logo\/logo_32.png",
        "48": ".\/logo\/logo_48.png",
        "128": ".\/logo\/logo_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "GPT Assistant"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ]
}