RecapioGPT

RecapioGPT is an AI tool that can summarize any article or content you browse.

RecapioGPT क्या है?

RecapioGPT andrej.simunaj द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "RecapioGPT is an AI tool that can summarize any article or content you browse."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Introducing RecapioGPT, the AI-powered chrome extension that makes reading and summarizing web pages effortless! With Alfred, you can easily summarize news articles, blog posts, and even PDFs with just a click of a button.

Recapio's state-of-the-art AI technology quickly analyses the content on any webpage and generates a condensed, comprehensive summary that highlights the key points. This allows you to quickly grasp the main ideas and save time on your reading.

Moreover, you can save, retrieve and update summaries as per your convenience with Alfred's built-in saving feature. So, you'll never lose track of important information again.

So, what are you waiting for? Upgrade your reading experience, save time and stay informed with Recapio's AI-powered summarization feature. Click on the "Add to Chrome" button now and get started with Recapio.                    

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

नाम RecapioGPT RecapioGPT
ID eeeahhaanadpgonocbinjbhbohcknfcd
आधिकारिक URL https://chromewebstore.google.com/detail/recapiogpt/eeeahhaanadpgonocbinjbhbohcknfcd
विवरण RecapioGPT is an AI tool that can summarize any article or content you browse.
फ़ाइल का आकार 2.28 MB
स्थापना संख्या 5,245
वर्तमान संस्करण 0.3.8
अंतिम अपडेट 2023-06-08
प्रकाशन तिथि 2022-12-09
रेटिंग 4.82/5 कुल 11 रेटिंग्स
डेवलपर andrej.simunaj
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://app.recapiogpt.com/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RecapioGPT",
    "description": "RecapioGPT is an AI tool that can summarize any article or content you browse.",
    "version": "0.3.8",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Summarize Content"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}