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
官方網址 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
電子郵箱 [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"
}