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…

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

Pensieve-Free web reading and translation assistant powered by ChatGPT. is a Chrome extension developed by noonsleeping, and its main feature is "Use GPT 4 to efficiently read professional websites with an expert perspective. Supports various news, research, legal, and…".

Extension Screenshots

screenshot
screenshot
screenshot

Download Pensieve-Free web reading and translation assistant powered by ChatGPT. Extension CRX File

Download Pensieve-Free web reading and translation assistant powered by ChatGPT. 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

                        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!”                    

Extension Basic Information

Name Pensieve-Free web reading and translation assistant powered by ChatGPT. Pensieve-Free web reading and translation assistant powered by ChatGPT.
ID nbjobaefoghemhfofaibfdeneocnjnnk
Official URL https://chromewebstore.google.com/detail/pensieve-free-web-reading/nbjobaefoghemhfofaibfdeneocnjnnk
Description Use GPT 4 to efficiently read professional websites with an expert perspective. Supports various news, research, legal, and…
File Size 2.01 MB
Installation Count 597
Current Version 1.0.6
Last Updated 2023-08-24
Publish Date 2023-06-11
Rating 4.56/5 Total 9 Ratings
Developer noonsleeping
Email [email protected]
Payment Type free
Extension Website https://pensieve.super.site/
Supported Languages 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:\/\/*\/*",
                ""
            ]
        }
    ]
}