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