RecapioGPT

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

RecapioGPT là gì?

RecapioGPT là một tiện ích mở rộng Chrome được phát triển bởi andrej.simunaj, và tính năng chính của nó là "RecapioGPT is an AI tool that can summarize any article or content you browse.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng RecapioGPT

Tải xuống các tệp mở rộng RecapioGPT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RecapioGPT RecapioGPT
ID eeeahhaanadpgonocbinjbhbohcknfcd
URL Chính Thức https://chromewebstore.google.com/detail/recapiogpt/eeeahhaanadpgonocbinjbhbohcknfcd
Mô tả RecapioGPT is an AI tool that can summarize any article or content you browse.
Kích Thước Tệp 2.28 MB
Số Lần Cài Đặt 5,245
Phiên Bản Hiện Tại 0.3.8
Cập Nhật Lần Cuối 2023-06-08
Ngày Phát Hành 2022-12-09
Đánh Giá 4.82/5 Tổng số 11 Đánh Giá
Nhà Phát Triển andrej.simunaj
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://app.recapiogpt.com/
Ngôn Ngữ Được Hỗ Trợ 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]"
        }
    }
}