ReadPilot

Summarize text or video in 1 click

ReadPilot क्या है?

ReadPilot ReadPilot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Summarize text or video in 1 click"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ReadPilot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}