ReadPal.ai - chat with any webpage

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

什麼是ReadPal.ai - chat with any webpage?

ReadPal.ai - chat with any webpage是由https://readpal.ai開發的Chrome擴展程式,該擴展的主要功能是“Your AI sidekick while browsing the Internet: summarize, translate & ask questions while working, studying, shopping & reading, etc”。

擴展截圖

screenshot
screenshot
screenshot

下載ReadPal.ai - chat with any webpage擴展crx文件

下載ReadPal.ai - chat with any webpage擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 ReadPal.ai - chat with any webpage ReadPal.ai - chat with any webpage
ID nglglnalnekjnokhnpkecgfnpnmbkoem
官方網址 https://chromewebstore.google.com/detail/readpalai-chat-with-any-w/nglglnalnekjnokhnpkecgfnpnmbkoem
簡介 Your AI sidekick while browsing the Internet: summarize, translate & ask questions while working, studying, shopping & reading, etc
檔案大小 6.55 MB
安裝次數 52
目前版本 1.1.6
更新時間 2024-01-29
上架時間 2024-01-22
評分 5.00/5 共 6 次評分
開發者 https://readpal.ai
電子郵箱 [email protected]
付費類型 in_app
隱私政策頁面URL https://readpal.ai/privacy-policy
支援的語言 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"
        }
    }
}