Web Weaver

Your site-aware AI companion

Τι είναι το Web Weaver;

Το Web Weaver είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ydangleapps.com, και η κύρια λειτουργία του είναι "Your site-aware AI companion".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Web Weaver

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

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

                        Web Weaver is a unique AI-powered browser extension that acts as your personal assistant, helping you interact with web pages in real time. Transform your browsing experience with our advanced AI capabilities that provide smart context-based interactions, content summarization, and customizable web alterations.

Key Features:

- AI-Based Interaction: Engage in meaningful conversations with an AI that understands the context of your current webpage.
- Content Summarization: Effortlessly digest information with the summarization of any webpage content.
- Web Page Alteration: Alter the visual style of the page, change fonts, colors or even page titles for a customized browsing experience.
- Code Generation and Execution: Leverage our AI's ability to generate and run code for temporary webpage changes.
- Developer API: Integrate our API for a more in-depth interaction with your website, enhancing user experience like never before.

With Web Weaver, your browsing capabilities are limitless. Utilize example commands like "Summarize this page," "Change all text to pink," or "Pause the video after 20 minutes", to explore its potential.

Join Us on this Exciting Journey: Web Weaver is still growing and learning. While it sometimes might surprise you with its unique approach, it’s guaranteed to provide a fun, engaging, and innovative experience. We're continuously working on updates and improvements, join us on this transformative journey and help shape the future of browsing!

---

Update v1.6: Upgraded to GPT4 + tool support

Update v1.5: Fixed an issue with page summarizing and added Twitch integration.

Update v1.4: Added Gmail integration, speech recognition, and new options to autorun generated code.

Update v1.3: Added Disney+, Facebook, Forecast and Netflix integrations.

Update v1.2: Added YouTube integration.

Update v1.1: If you are a website developer, you can now use the Web Weaver API to customize how the AI interacts with your site. Select the "Documentation" option inside Web Weaver to see more.                    

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

Όνομα Web Weaver Web Weaver
ID obfhpdnjpdhdlbjdegicogkioibiamdi
Επίσημο URL https://chromewebstore.google.com/detail/web-weaver/obfhpdnjpdhdlbjdegicogkioibiamdi
Περιγραφή Your site-aware AI companion
Μέγεθος Αρχείου 2.35 MB
Αριθμός Εγκαταστάσεων 70
Τρέχουσα Έκδοση 1.6.17
Τελευταία Ενημέρωση 2024-01-04
Ημερομηνία Δημοσίευσης 2023-05-30
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://ydangleapps.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
URL της Σελίδας Πολιτικής Απορρήτου https://ydangleapps.com/wp-content/uploads/2024/01/Web-Weaver-Privacy-Policy.pdf
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Weaver",
    "description": "Your site-aware AI companion",
    "version": "1.6.17",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup\/index.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApGp1qQ7Wr2yCt7Yyea9YX6mJQHb2xsst7f88cV4dzR\/qvS6qoJvuNXRrP5nRpPX6Zo86o0XmAwWuVcsr4d7i\/oDxVFbcsWwmKEY9JzKpaQF5wxCtrakhthaxNnY13PCffOaGnZMq1cJMCcf9EFLzzxVSZDBoIAHRVxkloh9OVvtzqUwnVhMBBx3\/ow9BbU4dc5MuUZszmZx33E6d\/57\/hmsdqLNFuS0ybPh2zogg7VdMM8CQTJhAFN\/ssy6A2r8Ro881N5o3AWiEwy6n8l6LqwJJmQeJsUDzW1y7ScBnBw04zVyi4f\/92vtdVy9Ooul4XG1f2aFZeanMdo122\/hOzQIDAQAB",
    "web_accessible_resources": [
        {
            "resources": [
                "login-complete.html",
                "payment-cancelled.html",
                "payment-complete.html",
                "request-mic-permissions.html"
            ],
            "matches": [
                "https:\/\/us-central1-ydangle-web-companion.cloudfunctions.net\/*"
            ]
        }
    ]
}