Conch AI

Write 10x faster anywhere with AI. Summarize articles, books, and pdfs.

What is Conch AI?

Conch AI is a Chrome extension developed by https://getconch.ai, and its main feature is "Write 10x faster anywhere with AI. Summarize articles, books, and pdfs.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Conch AI Extension CRX File

Download Conch AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Generate, summarize, and rewrite anywhere on the internet to save over hours each week. Now with Humanizer to pass AI detectors and retain your privacy!

🤖 Features 
- Rewrite: highlight and rewrite sentences and paragraphs
- Summarizer: Summarize selected text from pdfs, books, and articles
- Conch: Answer any questions or generate any type of content 
- Templates: Generate intros, outlines, and so much more. 
- Finder: ask questions about the current website, any article, or any PDF and the AI will dig for answers. 10x better than the default find.

Bonus:
- Generate Next Sentence: Press ctrl + shift + q to magically generate the next sentence from where you left off on Google Docs
- AI Humanizer: Rewrite text to pass AI detectors by selecting 
- Analyze: upload any file and ask it to answer your questions*

* Included with your subscription at getconch.ai


Supported on:
- Google Docs
- PDFs
- Gmail
- Linkedin
- News websites 
- And so many more!


Ever found yourself stuck and don't know what to write next?
Conch AI is a novel writing assistant to help turn your thoughts into words.

Use the Conch to generate new sentences and paragraphs.
Use the Rewrite to rephrase text.
Use the next sentence feature on Google Docs and Gmail to generate the next sentence.

Conch can help you read too.

With the Summarizer tool, you can not only summarize text, but use it to convert complicated bodies of text into easy to understand sentences.

Say goodbye to complicated readings and augment your ability to read.                    

Extension Basic Information

Name Conch AI Conch AI
ID namibaeakmnknolcnomfdhklhkabkchl
Official URL https://chromewebstore.google.com/detail/conch-ai/namibaeakmnknolcnomfdhklhkabkchl
Description Write 10x faster anywhere with AI. Summarize articles, books, and pdfs.
File Size 2.45 MB
Installation Count 149,513
Current Version 1.2.8
Last Updated 2023-12-10
Publish Date 2023-02-14
Rating 4.73/5 Total 201 Ratings
Developer https://getconch.ai
Email [email protected]
Payment Type in_app
Extension Website https://www.getconch.ai
Help Page URL https://www.getconch.ai
Privacy Policy Page URL https://www.getconch.ai/legal/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Conch AI",
    "manifest_version": 3,
    "description": "Write 10x faster anywhere with AI. Summarize articles, books, and pdfs.",
    "version": "1.2.8",
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "oauth2": {
        "client_id": "472575395416-105ejakeubq5bi8ct9qtq219l8pm7a0d.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/query-pdf.js",
                "scripts\/login-contentscript.js",
                "chrome-popup\/*",
                "style\/*",
                "content\/*",
                "webfonts\/*",
                "logo.png",
                "images\/*",
                "scripts\/script.js",
                "scripts\/jquery-3.1.1.min.js",
                "scripts\/injected-script.js",
                "Readability.js"
            ],
            "matches": [
                "",
                "*:\/\/docs.google.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "all_frames": false,
            "run_at": "document_start",
            "css": [
                "style\/penora-ai-style.css"
            ],
            "js": [
                "scripts\/docs-contentscript.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "Readability.js",
                "chrome-popup\/index.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            ""
        ]
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "mac": "MacCtrl+Q"
            },
            "description": "Open the popup"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/cdn.amplitude.com\/libs\/analytics-browser-1.6.8-min.js.gz;"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwo03wyZSZ4KVkZr5hUYmPOfuJXggXCTh6OzrLabSnquYqlozR\/7VwyOi6BNGE1ibXXRe2g4UyqNOj0mD2b4cfUHXjff\/k5QIgR4yVDA7t496AmUFbl6Ana9KMLJc7yz5XurzwZxv21EnoMtcWiK7RtXYeMjOjUQuLD1LTVWY2gtsiJUaGFscBwSLgZSQVdeuBDZkrT1vVbI2sXOecLyYnYaCc7sSde4iiWQV9SN6O4IWVarWr+h21W0NpqxbaEZE0Pk8k0bkxLVAUdOfr5wq9MmfpnFcgo\/m5G7HdfrKVhp2f+i2crhgdZiGhQQumQcYQVC6Y0lhmhud5lWOorj2EwIDAQAB"
}