ChatGPT Summarizer & Definer

ChatGPT Summarizer & Definer - Instantly Understand Web Content Effortlessly get definitions and summaries of words, phrases, or…

Τι είναι το ChatGPT Summarizer & Definer;

Το ChatGPT Summarizer & Definer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον shwosner, και η κύρια λειτουργία του είναι "ChatGPT Summarizer & Definer - Instantly Understand Web Content Effortlessly get definitions and summaries of words, phrases, or…".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ChatGPT Summarizer & Definer

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

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

                        ChatGPT Summarizer & Definer - Instantly Understand Web Content

Effortlessly get definitions and summaries of words, phrases, or sentences from any webpage with this powerful Chrome extension powered by ChatGPT API.

Introducing ChatGPT Summarizer & Definer, a Chrome extension that makes browsing and understanding web content a breeze! Our extension harnesses the power of OpenAI's ChatGPT API to provide users with instant definitions or summaries of selected text from any webpage. All you need to use it is an OpenAI API key, which you can obtain at https://platform.openai.com/account/api-keys. 
Your API key will stay safe - it remains offline.

Key features:
👉 Get quick definitions of unfamiliar words or complex phrases.
👉 Summarize lengthy sentences or paragraphs to grasp the main ideas at a glance.
👉 Seamless integration with your browsing experience.
👉 Powered by the cutting-edge ChatGPT API for accurate and reliable results.

How to use:
1) Install the ChatGPT Summarizer & Definer extension.
2) Obtain your OpenAI API key from https://platform.openai.com/account/api-keys and configure the extension.
3 )Simply highlight a word, phrase, or sentence on any webpage.
4) Click the button to receive a definition or summary of the selected text.

Our extension is open source, and we welcome your feedback and contributions. Check out the GitHub repository at https://github.com/shwosner/chatgpt-chrome-ext to review the code, open issues, or suggest improvements.

Whether you're browsing for work or pleasure, ChatGPT Summarizer & Definer is your essential companion for effortlessly understanding web content. Say goodbye to confusion and time-consuming searches for explanations. With our Chrome extension, instant knowledge is just a click away.

Educators, students, professionals, and casual readers alike will find value in this easy-to-use tool. Enhance your productivity, save time, and improve your overall browsing experience with ChatGPT Summarizer & Definer.

We are committed to providing an exceptional user experience and regularly update our extension to ensure optimal performance. Your feedback plays a crucial role in this process, so please don't hesitate to share your thoughts and suggestions with us.

Get started with ChatGPT Summarizer & Definer today, and unlock the full potential of your browsing experience!                    

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

Όνομα ChatGPT Summarizer & Definer ChatGPT Summarizer & Definer
ID bpbdciikhbbfigkjellhgecmfneahooj
Επίσημο URL https://chromewebstore.google.com/detail/chatgpt-summarizer-define/bpbdciikhbbfigkjellhgecmfneahooj
Περιγραφή ChatGPT Summarizer & Definer - Instantly Understand Web Content Effortlessly get definitions and summaries of words, phrases, or…
Μέγεθος Αρχείου 1.77 MB
Αριθμός Εγκαταστάσεων 22
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-03-30
Ημερομηνία Δημοσίευσης 2023-03-30
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής shwosner
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Summarizer & Definer",
    "version": "1.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icon48.png"
        }
    },
    "icons": {
        "48": "icon48.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "openai-summarize.svg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}