SurfGPT: Chat with any website!

A ChatGPT powered extension which lets you ask contextual questions on any website.

Τι είναι το SurfGPT: Chat with any website!;

Το SurfGPT: Chat with any website! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://technarcs.com, και η κύρια λειτουργία του είναι "A ChatGPT powered extension which lets you ask contextual questions on any website.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SurfGPT: Chat with any website!

Λήψη αρχείων επέκτασης SurfGPT: Chat with any website! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Are you tired of wading through endless walls of text online? Introducing SurfGPT – a groundbreaking Chrome extension that brings the ChatGPT magic to every webpage. 🌐

SurfGPT's Unmatched Features:
- 🧑‍🔧 Prompts designed by a Conversational AI Engineer for all types of summarizations (Tutorials, Threads, Articles).
- 🚀 Contextual Q&A assistance on any webpage!
- 🔑 Enter your own API key for unlimited usage (no caps!)
- ⚙️ Breaks down articles into parts to avoid token limits.

Perfect For:
- 🌪️ Intuitively summarizing articles, tutorials, and conversations in a flash.
- 🤔 Asking contextual questions within any webpage.
- 💬 Getting response suggestions for threads.
- ⚡️ Revving up your research sessions.

For the curious:
🤔 Why not GPT-4?
SurfGPT was original designed with GPT-4, but while testing itself it was clear that the cost-benefit didn't make sense. It was 15 times more expensive, leading to about 10 cents spent per page on average. So I spent extra effort designing the prompts to get almost similar results with ChatGPT.

🤔 How does it work?
SurfGPT scrapes the content of your current webpage and passes it along with your queries to generate contextual answers for you!

🤯 Got any fun facts?
90% of SurfGPT was built using ChatGPT itself!

🔮 What does the future hold?
There's many exciting things planned for the roadmap (eg. Multilingual support and Multimedia analysis, including research papers, presentations, excel, audio and video) which will be published for everyone to view AND have a say in!                    

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

Όνομα SurfGPT: Chat with any website! SurfGPT: Chat with any website!
ID hfcjiddbkafhefceljaickkkoblbmibd
Επίσημο URL https://chromewebstore.google.com/detail/surfgpt-chat-with-any-web/hfcjiddbkafhefceljaickkkoblbmibd
Περιγραφή A ChatGPT powered extension which lets you ask contextual questions on any website.
Μέγεθος Αρχείου 63.46 KB
Αριθμός Εγκαταστάσεων 449
Τρέχουσα Έκδοση 1.0.8
Τελευταία Ενημέρωση 2023-10-28
Ημερομηνία Δημοσίευσης 2023-04-07
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://technarcs.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://arjyn.gumroad.com/l/surfgpt
URL της Σελίδας Πολιτικής Απορρήτου https://www.technarcs.com/p/surfgpt-privacy-policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SurfGPT: Chat with any website!",
    "version": "1.0.8",
    "description": "A ChatGPT powered extension which lets you ask contextual questions on any website.",
    "action": {
        "default_popup": "popup.html",
        "default_title": "SurfGPT"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.openai.com\/*",
        "*:\/\/api.gumroad.com\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}