MakeMySummary

Summarize videos, podcasts, blogs, webpages, text and PDF Files.

MakeMySummary là gì?

MakeMySummary là một tiện ích mở rộng Chrome được phát triển bởi https://makemysummary.com, và tính năng chính của nó là "Summarize videos, podcasts, blogs, webpages, text and PDF Files.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng MakeMySummary 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

                        MakeMySummary condenses information to the most critical points.

You can summarize:
- videos, podcasts from various sources
- webpages on the current tab
- selected text and links on a webpage

Signup for a free account and start summarizing.                    

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

Tên MakeMySummary MakeMySummary
ID flapomoagkbllphhhcikajjjahiklonl
URL Chính Thức https://chromewebstore.google.com/detail/makemysummary/flapomoagkbllphhhcikajjjahiklonl
Mô tả Summarize videos, podcasts, blogs, webpages, text and PDF Files.
Kích Thước Tệp 25.69 KB
Số Lần Cài Đặt 117
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-03-15
Ngày Phát Hành 2021-03-10
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://makemysummary.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.makemysummary.com
URL Trang Trợ Giúp https://www.makemysummary.com/support
URL Trang Chính Sách Bảo Mật https://www.makemysummary.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MakeMySummary",
    "version": "1.1",
    "description": "Summarize videos, podcasts, blogs, webpages, text and PDF Files.",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo.16.png",
            "32": "images\/logo.32.png",
            "48": "images\/logo.48.png",
            "128": "images\/logo.128.png"
        },
        "default_title": "MakeMySummary - Summarize videos, podcasts, blogs, webpages, text and PDF Files"
    },
    "icons": {
        "16": "images\/logo.16.png",
        "32": "images\/logo.32.png",
        "48": "images\/logo.48.png",
        "128": "images\/logo.128.png"
    },
    "manifest_version": 2
}