Leminda AI Extension

The ultimate tool designed to summarize and answer questions on web content. Checkout the Leminda.com web-app for more options.

Τι είναι το Leminda AI Extension;

Το Leminda AI Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://leminda.com, και η κύρια λειτουργία του είναι "The ultimate tool designed to summarize and answer questions on web content. Checkout the Leminda.com web-app for more options.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Leminda AI Extension

Λήψη αρχείων επέκτασης Leminda AI Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Discover Leminda AI, the game-changing Chrome extension for your online reading

📚 Transform website content, including articles, videos, and lectures into insightful summaries

💬 Chat with AI to get reliable answers based only on the content of the website you browse

🌐 Open Leminda's workspace to access more AI tools, including Quiz AI Generator

Experience the power of Leminda AI today and unlock new levels of productivity.

Visit our website at www.leminda.com for more information and updates.

Help us improve with any suggestions and feedback by reaching out to [email protected].                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Leminda AI Extension Leminda AI Extension
ID cllhekepjlllifmpjjaigkpjpoffmicf
Επίσημο URL https://chromewebstore.google.com/detail/leminda-ai-extension/cllhekepjlllifmpjjaigkpjpoffmicf
Περιγραφή The ultimate tool designed to summarize and answer questions on web content. Checkout the Leminda.com web-app for more options.
Μέγεθος Αρχείου 1.13 MB
Αριθμός Εγκαταστάσεων 80
Τρέχουσα Έκδοση 2.0.9
Τελευταία Ενημέρωση 2023-07-10
Ημερομηνία Δημοσίευσης 2022-10-05
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://leminda.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://leminda.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Leminda AI Extension",
    "author": "Leminda AI front-end team",
    "description": "The ultimate tool designed to summarize and answer questions on web content. Checkout the Leminda.com web-app for more options.",
    "version": "2.0.9",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/leminda.com\/*",
            "https:\/\/testing.leminda.com\/*",
            "https:\/\/localhost:3000\/*"
        ]
    },
    "action": {
        "default_title": "Leminda AI - summarize and chat about page content",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "24": "\/images\/icon24.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "host_permissions": [
        "",
        "file:\/\/\/*.pdf"
    ],
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting",
        "downloads"
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "24": "\/images\/icon24.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "file:\/\/\/*.pdf"
            ],
            "exclude_matches": [
                "https:\/\/leminda.com\/*",
                "https:\/\/testing.leminda.com\/*",
                "https:\/\/localhost:3000\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_idle"
        }
    ]
}