ReadPal.ai - chat with any webpage

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

Apa itu ReadPal.ai - chat with any webpage?

ReadPal.ai - chat with any webpage adalah ekstensi Chrome yang dikembangkan oleh https://readpal.ai, dan fitur utamanya adalah "Your AI sidekick while browsing the Internet: summarize, translate & ask questions while working, studying, shopping & reading, etc".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ReadPal.ai - chat with any webpage

Unduh file ekstensi ReadPal.ai - chat with any webpage dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama ReadPal.ai - chat with any webpage ReadPal.ai - chat with any webpage
ID nglglnalnekjnokhnpkecgfnpnmbkoem
URL Resmi https://chromewebstore.google.com/detail/readpalai-chat-with-any-w/nglglnalnekjnokhnpkecgfnpnmbkoem
Deskripsi Your AI sidekick while browsing the Internet: summarize, translate & ask questions while working, studying, shopping & reading, etc
Ukuran File 6.55 MB
Jumlah Instalasi 52
Versi Saat Ini 1.1.6
Terakhir Diperbarui 2024-01-29
Tanggal Publikasi 2024-01-22
Penilaian 5.00/5 Total 6 Penilaian
Pengembang https://readpal.ai
Email [email protected]
Tipe Pembayaran in_app
URL Halaman Kebijakan Privasi https://readpal.ai/privacy-policy
Bahasa yang Didukung 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"
        }
    }
}