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