GPT Summarizer

A Chrome extension that utilizes ChatGPT to provide a summarized version of web articles.

GPT Summarizer क्या है?

GPT Summarizer developer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension that utilizes ChatGPT to provide a summarized version of web articles."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GPT Summarizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Summarize any web article quickly and without the need for any text selection using ChatGPT.🔥

Features:
* 100% free and no time limit.
* Easy and auto authorization with ChatGPT browser tab (no api-key required).
* Overview of page content without any text selection.
* General and Bullet-Points summarizing modes.
* Summarize in the original content language.
* Quick summary with stream response.
* Copy to clipboard.
* Speak option for summary text.
* Translation into 72 languages of the world.
* Regenerate summary.
* Caching summary text of the url for 10 minutes.                    

एक्सटेंशन की मूल जानकारी

नाम GPT Summarizer GPT Summarizer
ID lnooklbibhjciljoigpckbeojhgoefig
आधिकारिक URL https://chromewebstore.google.com/detail/gpt-summarizer/lnooklbibhjciljoigpckbeojhgoefig
विवरण A Chrome extension that utilizes ChatGPT to provide a summarized version of web articles.
फ़ाइल का आकार 676 KB
स्थापना संख्या 843
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2023-08-04
प्रकाशन तिथि 2023-03-06
रेटिंग 4.44/5 कुल 9 रेटिंग्स
डेवलपर developer
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/beshavardmh/GPT-Summarizer
गोपनीयता नीति पृष्ठ URL https://www.freeprivacypolicy.com/live/0cadb6be-5ef5-482a-8fa0-df345537f0c6
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPT Summarizer",
    "version": "1.1.0",
    "description": "A Chrome extension that utilizes ChatGPT to provide a summarized version of web articles.",
    "manifest_version": 3,
    "author": "M.Ho3ein Beshavard",
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "32": "assets\/icons\/icon-32.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/*.png",
                "assets\/css\/main.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": [],
    "host_permissions": [
        "https:\/\/*.openai.com\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting"
    ]
}