ReadPilot

Summarize text or video in 1 click

ReadPilotคืออะไร?

ReadPilot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ReadPilot และคุณลักษณะหลักของมันคือ "Summarize text or video in 1 click"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ReadPilot

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}