Summarize

Summarize any article using OpenAI's ChatGPT

Summarize क्या है?

Summarize https://summarize.site द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Summarize any article using OpenAI's ChatGPT"।

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

screenshot
screenshot
screenshot

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

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

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

                        Summarize any article using OpenAI's ChatGPT

---------------- Update - Version 0.0.7 ----------------
Fix running extension in youtube.com
Fix setting the default prompt

---------------- Update - Version 0.0.6 ----------------
- Choose prompt between "Traditional Chinese" and default (English)

Summarize any article using OpenAI's ChatGPT
Introducing Summarize, your AI-powered assistant that instantly summarizes articles and text. 

With the Summarize extension, you can get the main ideas of any page in just one click, without leaving the page. Whether you're reading news, articles, blogs, or research reports, Summarize has you covered.

Our AI-powered (powered by ChatGPT) summarization technology is trained to provide comprehensive and high-quality summaries that maximize speed and comprehension. And we continuously improve it with thousands of human-written summaries. This means that you can trust Summarize to deliver accurate and reliable summaries, every time.

With Summarize, you can get through all your open tabs faster, and spend more time on what matters. Stay up-to-date with everything you want to read, and never miss out on the key ideas again. Try Summarize today and experience the power of AI-powered summarization.                    

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

नाम Summarize Summarize
ID kjbpaokegiilajekbohjipdkojgekfij
आधिकारिक URL https://chromewebstore.google.com/detail/summarize/kjbpaokegiilajekbohjipdkojgekfij
विवरण Summarize any article using OpenAI's ChatGPT
फ़ाइल का आकार 143 KB
स्थापना संख्या 146
वर्तमान संस्करण 0.0.7
अंतिम अपडेट 2023-08-22
प्रकाशन तिथि 2023-08-20
डेवलपर https://summarize.site
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/clmnin/summarize.site
सहायता पृष्ठ URL https://github.com/clmnin/summarize.site/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Summarize",
    "description": "Summarize any article using OpenAI's ChatGPT",
    "version": "0.0.7",
    "manifest_version": 3,
    "homepage_url": "https:\/\/github.com\/clmnin\/summarize.site",
    "action": [],
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "styles.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}