ChromeAI

Your AI-powered sidekick, always only two clicks away

ChromeAIとは何ですか?

ChromeAIはhttps://chromeai.coによって開発されたChromeの拡張機能で、その主な機能は「Your AI-powered sidekick, always only two clicks away」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

ChromeAI拡張機能のCRXファイルをダウンロード

ChromeAI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ChromeAI puts all the power of ChatGPT within your fingertips. Simplify all your writing, emailing, tweeting, translating and texting tasks to just two clicks, without having to leave any of your favourite sites.

Once you have created an account on https://chromeai.co, simply select any text, right click and choose your AI model. ChromeAI will automatically copy your AI-generated response and you can paste it anywhere!

ChromeAI BETA currently provides four different AI models:
1. Prompt AI
Write a prompt and automatically generate any amount of text you want with two clicks. From tweets and emails to Linkedin posts and essays, ChromeAI can generate entire paragraphs in a matter of seconds. Use Prompt AI to write emails, posts, text messages, essays and anything else you think of!

2. Paraphrase AI
Use Paraphrase AI to instantly rewrite any piece of text in a matter of seconds. From rephrasing entire Wikipedia articles to quickly rephrasing emails or posts, ChromeAI does it all in two clicks. Use Paraphrase AI to quickly include information from other sources to your own posts or essays.

3. Proofread AI
Use ChromeAI to quickly and accurately proofread any text, providing you with a flawless copy of your work with no spelling or grammar errors! Use Proofread AI to quickly reiterate any posts, emails or essays you have written!

4. Question AI
From information about the tallest building in the world to the correct way to hang toilet paper, ChromeAI can provide you with answers in seconds. Use Question AI to simply answer a burning question or two quickly and accurately respond to people in conversations.

ChromeAI has been in development for under a week, stay tuned for more updates in this open beta phase! Coming soon: Translate AI, Code AI and custom AI models!                    

拡張機能の基本情報

名前 ChromeAI ChromeAI
ID bfjnabbgkdkgncbpbmhjblnfdclgpfak
公式URL https://chromewebstore.google.com/detail/chromeai/bfjnabbgkdkgncbpbmhjblnfdclgpfak
説明 Your AI-powered sidekick, always only two clicks away
ファイルサイズ 216 KB
インストール数 115
現在のバージョン 0.1.0
最終更新日 2023-03-31
公開日 2023-03-31
開発者 https://chromeai.co
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://chromeai.co/
ヘルプページのURL https://chromeai.co/contact
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChromeAI",
    "version": "0.1.0",
    "manifest_version": 3,
    "description": "Your AI-powered sidekick, always only two clicks away",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "contextMenus",
        "identity",
        "offscreen",
        "scripting",
        "storage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "ChromeAI"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": ".\/static\/js\/service.js"
    },
    "oauth2": {
        "client_id": "1015079386173-j6i3bc45dof449n9ad6qq0a30dfhs1o4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh0T9cHrp85CuAt+fq2kBcKOHVTTYLdsezQ+LHC2ysrRUPDBDKeYbDSkwrJGqOqIGzhRE0AA6IjeUU+sUdeTJIsEP7mvMgetVlF85cQviyHdXT69UgQZ+E4P5b4tzsudwW926OM8uKihnkI3c5vLE6Flf3DpwRU6bEsYiwfq4ZXBwDx\/Fq035kiLPPFF0Oi6kBbCrfjimB+Euv9jwFUdjKOs9Tjxzz\/pUuJhEJPO7w90LH1ElhCaulrm\/OtvZu2FerYM9vva4W3m2Nec104Vr368ifY5C2BqysKptDQs6vexHlQdrhGueyKhQ0epWgCQnlTnP\/+M1p\/F4lGn1Q7fw0wIDAQAB"
}