ReadPal.ai - chat with any webpage

Your AI sidekick while browsing the Internet: summarize, translate & ask questions while working, studying, shopping & reading, etc

Hvad er ReadPal.ai - chat with any webpage?

ReadPal.ai - chat with any webpage er en Chrome-udvidelse udviklet af https://readpal.ai, og dens hovedfunktion er "Your AI sidekick while browsing the Internet: summarize, translate & ask questions while working, studying, shopping & reading, etc".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download ReadPal.ai - chat with any webpage-udvidelses-CRX-fil

Download ReadPal.ai - chat with any webpage-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        ReadPal - Supercharge your online activities with an AI sidekick

A side by side chat with AI on ANY web page while you're browsing:
- ask questions: ask for summaries/translations/additional information and more.
- blend into your current workflow without disruption: easy reference page content or selected text, etc. No more distractions like switching back and forth between tabs and copy pasting.
- support all kinds of web pages including Google Doc, PDF, etc. (Youtube support is coming soon!)

No matter whether you're reading the news, researching about a topic, or online shopping, it makes you 10X more focused and productive!

FAQ:
- Is ReadPal.ai free?
Yes, you get 20 queries to try it out for free. We also have paid plans that give you more quota and support for more types of content.

- What AI model does ReadPal.ai use?
We use gpt-3.5-turbo-1106 for now and are not committed to any single model. We might mix up different models for different tasks if they're a better fit and might train our own models in the future.

- How are you handling my data?
We take your privacy very seriously. We do NOT store any of your data beyond sign in information and usage statistics on our end! Your queries to our third party AI model providers are anonymized and your chat history is stored locally in your own browser.

- How to start using ReadPal.ai?
It's super simple to get started! Install the extension in your chrome and pin it for easy access. Sign up and chat away!                    

Grundlæggende oplysninger om udvidelsen

Navn ReadPal.ai - chat with any webpage ReadPal.ai - chat with any webpage
ID nglglnalnekjnokhnpkecgfnpnmbkoem
Officiel URL https://chromewebstore.google.com/detail/readpalai-chat-with-any-w/nglglnalnekjnokhnpkecgfnpnmbkoem
Beskrivelse Your AI sidekick while browsing the Internet: summarize, translate & ask questions while working, studying, shopping & reading, etc
Filstørrelse 6.55 MB
Antal Installationer 52
Nuværende Version 1.1.6
Senest Opdateret 2024-01-29
Udgivelsesdato 2024-01-22
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler https://readpal.ai
E-mail [email protected]
Betalingsmetode in_app
URL til Fortrolighedspolitik Side https://readpal.ai/privacy-policy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ReadPal.ai - chat with any webpage",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlE+SaRKQZrrKkk\/LZCzqb8V6zIf1iA71KNJ\/PUl1h\/s7tRE26KpAwGMSAiLDbzomwbFZ0Ti98XYlwuYWn\/sD33Qj0Me9WInAmpIslgDh22VD+cM1ZSqzb9UPi80B\/h4NtS1y7ifAnkudto9O+vv6f9lWAhGL120xhyr2pLTpDSAuedWscX5Wt4Ythur0\/vdUNUOhZcK35lSCOlP2GkgtJV2mV5medBdlX73SCZV74rkOL0jqmZyjZywH3t1YaT7jsIC+FsMN5vqK\/O9WMcCsIgyEnVJlMG2oyDvqkR5Y\/4rSmPQJu3+PFVlJ2+twSOVnc6GWW5vE4fOR7Q4IdUya3QIDAQAB",
    "description": "Your AI sidekick while browsing the Internet: summarize, translate & ask questions while working, studying, shopping & reading, etc",
    "version": "1.1.6",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage",
        "identity",
        "contextMenus",
        "scripting"
    ],
    "action": {
        "default_title": "Click to open panel"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "pdf.worker.min.mjs"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon128.png",
        "48": "icon128.png",
        "128": "icon128.png",
        "512": "icon512.png"
    },
    "oauth2": {
        "client_id": "893542471063-00tfkrv9punpkn3jftto7s97dvit140d.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/127.0.0.1:*\/*",
            "*:\/\/localhost:*\/*",
            "*:\/\/chatgpt-extension-4d7a4.web.app\/*",
            "*:\/\/chatgpt-extension-4d7a4.firebaseapp.com\/*",
            "*:\/\/readpal.ai\/*"
        ]
    },
    "commands": {
        "toggle_panel": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            },
            "description": "Toggle chat panel on & off in current page"
        }
    }
}