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…

什么是Pensieve-Free web reading and translation assistant powered by ChatGPT.?

Pensieve-Free web reading and translation assistant powered by ChatGPT.是由noonsleeping开发的Chrome扩展程序,该扩展的主要功能是“Use GPT 4 to efficiently read professional websites with an expert perspective. Supports various news, research, legal, and…”。

扩展截图

screenshot
screenshot
screenshot

下载Pensieve-Free web reading and translation assistant powered by ChatGPT.扩展crx文件

下载Pensieve-Free web reading and translation assistant powered by ChatGPT.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Pensieve-Free web reading and translation assistant powered by ChatGPT. Pensieve-Free web reading and translation assistant powered by ChatGPT.
ID nbjobaefoghemhfofaibfdeneocnjnnk
官方URL https://chromewebstore.google.com/detail/pensieve-free-web-reading/nbjobaefoghemhfofaibfdeneocnjnnk
简介 Use GPT 4 to efficiently read professional websites with an expert perspective. Supports various news, research, legal, and…
文件大小 2.01 MB
安装次数 597
当前版本 1.0.6
更新时间 2023-08-24
上架时间 2023-06-11
评分 4.56/5 共9次评分
开发者 noonsleeping
电子邮箱 [email protected]
付费类型 free
扩展官网 https://pensieve.super.site/
支持的语言 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:\/\/*\/*",
                ""
            ]
        }
    ]
}