Pensieve-Free web reading and translation assistant powered by ChatGPT.

Use GPT 4 to efficiently read professional websites with an expert perspective. Supports various news, research, legal, and…

O que é Pensieve-Free web reading and translation assistant powered by ChatGPT.?

Pensieve-Free web reading and translation assistant powered by ChatGPT. é uma extensão do Chrome desenvolvida por noonsleeping, e sua principal característica é "Use GPT 4 to efficiently read professional websites with an expert perspective. Supports various news, research, legal, and…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Pensieve-Free web reading and translation assistant powered by ChatGPT.

Baixe arquivos de extensão Pensieve-Free web reading and translation assistant powered by ChatGPT. no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Inspired by the magical tool from the Harry Potter series, Pensieve is your personal memory sifter in the realm of web research. 

It harnesses the power of AI to extract and organize key information from the vast expanse of the web, simplifying your information gathering and analysis process. 

With Pensieve, transform your learning and research experience, and elevate your productivity to new heights.

Pensieve now supports multiple language models such as GPT 3.5 and GPT 4.

🏃‍♀️Boost Your Reading!
AI-Powered Content Summarization

Cut through clutter with Pensieve. Our Chrome extension simplifies complex articles into clear, concise summaries. Save time, enhance understanding.

Intuitive Inquiry with Dialogue System

Go beyond summarization with Pensieve. Ask specific questions or request further explanation directly from the webpage. It's like having a personal research assistant on demand.

Personalized Prompts for Effortless Learning (💪Coming Soon)

your own prompts to categorize and understand information in a way that suits your learning style. Tailor your learning, at your pace.

💻They're Using Pensieve
@Diana

"Who needs a personal assistant when you have #Pensieve? Love how I can ask questions directly from a webpage. The ChatGPT technology really understands what I'm looking for. Data analysis has never been easier!"

@Sam23UCLA

”Just tried #Pensieve for my research project. The AI-powered summarization is a game changer! No more countless hours reading through dense articles. Thank you, Pensieve, you're my new study partner!”

@PetterRobotic

”Using #Pensieve for my PhD thesis research. The personalized prompts are amazing! Now I can set my own categories and understand information my way. It's like having a custom-made research tool. Top-notch!”

@YukiTanaka

”Learning on the web is so much more efficient with #Pensieve. The AI-powered Chrome extension provides clear summaries and answers all my queries on-page. It's the future of web learning!”                    

Informações Básicas da Extensão

Nome Pensieve-Free web reading and translation assistant powered by ChatGPT. Pensieve-Free web reading and translation assistant powered by ChatGPT.
ID nbjobaefoghemhfofaibfdeneocnjnnk
URL Oficial https://chromewebstore.google.com/detail/pensieve-free-web-reading/nbjobaefoghemhfofaibfdeneocnjnnk
Descrição Use GPT 4 to efficiently read professional websites with an expert perspective. Supports various news, research, legal, and…
Tamanho do Arquivo 2.01 MB
Contagem de Instalações 597
Versão Atual 1.0.6
Última Atualização 2023-08-24
Data de Publicação 2023-06-11
Classificação 4.56/5 Total de 9 Avaliações
Desenvolvedor noonsleeping
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://pensieve.super.site/
Idiomas Suportados en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extDescription__",
    "version": "1.0.6",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoqqlzYpu5ij+lPGubOsVT4ptaB69fdb8Js2LLW85wIPffgq9Rhmg8oF56wjOz7jROtv4tZyl\/BgS0pLCggQ\/3\/vykufmZkdsOpCnCSl7mEnxzINfuJKzsL5LQqDTVxXmpBJSaZsnVDI5vtJX9560D3kI777+S0FZcNtSSkWY4ZGf\/wgBgLzuq0mTvDJ2wb3S7s0EiL9wF\/PKfv9ipE460FzbZnT7ZbFwBW7gccQVFd8+Fxblhkl5cPv\/qkvthye+ksGKCmZKRtJ+2CH5cRxuiy5uqpJ3Lpx+I+DE\/6hR9chlJY3do9KfxtytA7+L3K+JQVtHSznlv0lcTREUmglE7wIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "default_locale": "zh_CN",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "identity"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "property-fetcher.js"
            ],
            "world": "MAIN"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "logo.png",
                "loading.gif"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ]
}