ReadPilot

Summarize text or video in 1 click

什麼是ReadPilot?

ReadPilot是由ReadPilot開發的Chrome擴展程式,該擴展的主要功能是“Summarize text or video in 1 click”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載ReadPilot擴展crx文件

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

擴展使用說明

                        Tired of wasting time reading long, convoluted webpages? Depressed when “read later” actually is “never read”? We're harnessing the latest AI advancements to offer you a seamless, one-click solution. With ReadPilot, a comprehensive summary is just a click away, directly on the web page you're browsing. 

🌟 Key Features:
📖 Summarize Texts and Videos: Understand the key contents of any webpage in under a minute.
✅ Customizable Prompt: Decide length, tone, and perspective of the summaries to suit your needs.
🌍 Multi-Language Output: Get summaries in your preferred language.
🧑‍🏫 Knowledge Management: Save summaries and original links for future use.

🛠 Upcoming Features:
👬Share summaries with friends or on social media.
🎯Ask questions about the original content.
🤖Support for more AI models and languages.

ReadPilot is perfect for students, researchers, or anyone who need read lots of pages every day. Save yourself from the the contradiction between limited time and unlimited information. 

✉️Please contact us at [email protected] if you have any questions.

Install ReadPilot today and supercharge your reading efficiency!                    

擴展基本資訊

名稱 ReadPilot ReadPilot
ID lmhhnhdpfanjpbljejglfocdlhgehhhj
官方網址 https://chromewebstore.google.com/detail/readpilot/lmhhnhdpfanjpbljejglfocdlhgehhhj
簡介 Summarize text or video in 1 click
檔案大小 900 KB
安裝次數 506
目前版本 2.0.3
更新時間 2024-01-15
上架時間 2023-11-13
評分 4.33/5 共 6 次評分
開發者 ReadPilot
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://readpilot.ai
說明頁面URL https://readpilot.ai
隱私政策頁面URL https://policy.readpilot.ai
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        }
    },
    "version": "2.0.3",
    "author": "Michael",
    "name": "ReadPilot",
    "description": "Summarize text or video in 1 click",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "permissions": [
        "storage",
        "sidePanel",
        "tabs",
        "clipboardWrite",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "signInListener.0952784b.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.plasmo.com\/*"
            ],
            "js": [
                "plasmo-overlay.7cd4fc73.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.plasmo.com\/*"
            ],
            "js": [
                "plasmo-inline.7c919a8b.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "https:\/\/www.plasmo.com\/*"
            ],
            "resources": [
                "plasmo-overlay.64120c19.css"
            ]
        }
    ]
}