RecapioGPT

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

什麼是RecapioGPT?

RecapioGPT是由andrej.simunaj開發的Chrome擴展程式,該擴展的主要功能是“RecapioGPT is an AI tool that can summarize any article or content you browse.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載RecapioGPT擴展crx文件

下載RecapioGPT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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]"
        }
    }
}