ChatGPT Summarizer: Pages, Articles, YouTube

Summarize YouTube videos, web pages, and articles with the help of ChatGPT (OpenAI).

ChatGPT Summarizer: Pages, Articles, YouTube là gì?

ChatGPT Summarizer: Pages, Articles, YouTube là một tiện ích mở rộng Chrome được phát triển bởi Practical AI, và tính năng chính của nó là "Summarize YouTube videos, web pages, and articles with the help of ChatGPT (OpenAI).".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ChatGPT Summarizer: Pages, Articles, YouTube

Tải xuống các tệp mở rộng ChatGPT Summarizer: Pages, Articles, YouTube 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

                        Save time by creating text summaries of YouTube videos, all kinds of articles and web pages.

This is a great productivity tool, ideal for online learning or other cases when you need to grasp information fast. It adds a small panel to YouTube where you can read the text transcript of the video you're watching. It also adds timestamps to the transcript sections, clicking on witch you'll be taken to this specific time in the video, in case you would like to listen to that particular paragraph. Alternatively, you can also open the transcript on ChatGPT website and keep working with the text.
Moreover, this extension adds a small button to the corner of every webpage you're on. Clicking on the icon will take you to ChatGPT web site where you'll see a short transcript of the article you've been reading or the web page you've been browsing.                    

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

Tên ChatGPT Summarizer: Pages, Articles, YouTube ChatGPT Summarizer: Pages, Articles, YouTube
ID kohnaafkmaaphpjmpjjlbmljfmjmeglg
URL Chính Thức https://chromewebstore.google.com/detail/chatgpt-summarizer-pages/kohnaafkmaaphpjmpjjlbmljfmjmeglg
Mô tả Summarize YouTube videos, web pages, and articles with the help of ChatGPT (OpenAI).
Kích Thước Tệp 265 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 2.0.7
Cập Nhật Lần Cuối 2023-08-16
Ngày Phát Hành 2023-08-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Practical AI
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://linktr.ee/practical.ai
URL Trang Trợ Giúp https://linktr.ee/practical.ai
URL Trang Chính Sách Bảo Mật https://medium.com/@Practical.AI/our-google-chrome-extensions-301c21ad48d3
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT Summarizer: Pages, Articles, YouTube",
    "version": "2.0.7",
    "manifest_version": 3,
    "description": "Summarize YouTube videos, web pages, and articles with the help of ChatGPT (OpenAI).",
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "48": "images\/48.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript\/sumindex.bundle.js"
            ],
            "css": [
                "css\/sum_summary.css"
            ],
            "all_frames": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "48": "images\/48.png"
    }
}