Blenny - AI Vision Co-Pilot Powered by GPT-4V

Screenshot any part of a webpage, and Blenny will instantly help you summarize, translate, apply custom agents, and do more.

Τι είναι το Blenny - AI Vision Co-Pilot Powered by GPT-4V;

Το Blenny - AI Vision Co-Pilot Powered by GPT-4V είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://blenny.ai, και η κύρια λειτουργία του είναι "Screenshot any part of a webpage, and Blenny will instantly help you summarize, translate, apply custom agents, and do more.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Blenny - AI Vision Co-Pilot Powered by GPT-4V

Λήψη αρχείων επέκτασης Blenny - AI Vision Co-Pilot Powered by GPT-4V σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        🔥 Access AI vision anywhere on the web.

No more switching between AI platforms. Blenny adds AI vision to your browser and helps you analyze information from any part of the web. Take a snapshot of the screen area and perform quick actions such as instant AI summaries, translations, accessing the web, etc.

💻  Customize and build your own AI agents.

Blenny is more than just stock prompts or actions. It works according to your needs, catering to several use cases you throw at it. For example, you can start a chat with the context in your screenshot or create quick actions and custom agents using your prompts.

🚀 How to get started with Blenny

💡 Step 1 - Activate Blenny after installation 
Use Command (or Cmd) ⌘ + B or (Ctrl +B on Windows).

💡 Step 2: Start using Blenny
Snapshot a screen area, and choose from a list of quick actions to analyze the content. Our pre-built prompts allow you to instantly summarize text, translate words, recognize objects, and more. You can also save your own customized prompts as quick actions. Define triggers and responses to carry out tasks tailored to your needs. 

🧑‍💻 Prompt Gallery
Experience the convenience and efficiency of AI vision-assisted tasks like never before with the Prompt Gallery. Whether you're a researcher, student, professional, or simply curious, Blenny's Prompt Gallery empowers you to extract more value from the vast web information available on the web. Access it at https://www.blenny.ai/prompt-gallery

❇️ Custom API Key
Currently, we offer a limited trial access to Blenny. Once you hit the trial limit, you are advised to add your own API key to continue using Blenny. We will introduce subscription modules down the road.                    

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

Όνομα Blenny - AI Vision Co-Pilot Powered by GPT-4V Blenny - AI Vision Co-Pilot Powered by GPT-4V
ID dofojeaoockndffbaacclfbkppbehlgj
Επίσημο URL https://chromewebstore.google.com/detail/blenny-ai-vision-co-pilot/dofojeaoockndffbaacclfbkppbehlgj
Περιγραφή Screenshot any part of a webpage, and Blenny will instantly help you summarize, translate, apply custom agents, and do more.
Μέγεθος Αρχείου 545 KB
Αριθμός Εγκαταστάσεων 265
Τρέχουσα Έκδοση 0.1.2
Τελευταία Ενημέρωση 2023-12-21
Ημερομηνία Δημοσίευσης 2023-11-19
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://blenny.ai
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.blenny.ai
URL της Σελίδας Πολιτικής Απορρήτου https://www.blenny.ai/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blenny - AI Vision Co-Pilot Powered by GPT-4V",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/[email protected]"
        },
        "default_title": "Blenny - AI Vision Co-Pilot Powered by GPT-4V",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Screenshot any part of a webpage, and Blenny will instantly help you summarize, translate, apply custom agents, and do more.",
    "icons": {
        "16": "icons\/[email protected]",
        "32": "icons\/[email protected]",
        "48": "icons\/[email protected]",
        "128": "icons\/[email protected]"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "permissions": [
        "unlimitedStorage",
        "scripting",
        "tabs",
        "webNavigation",
        "webRequest",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "sidecar.html",
                "TTInterfaces-Bold.ttf",
                "TTInterfaces-Medium.ttf",
                "TTInterfaces-Regular.ttf",
                "TTInterfaces-SemiBold.ttf",
                "icons\/[email protected]"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "version": "0.1.2"
}