Easy Summaries

Turn reading into a breeze! Summarize anything in less than 10 seconds.

Easy Summaries là gì?

Easy Summaries là một tiện ích mở rộng Chrome được phát triển bởi https://summerize.ai, và tính năng chính của nó là "Turn reading into a breeze! Summarize anything in less than 10 seconds.".

Ả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 Easy Summaries

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

                        Are you overwhelmed by the amount of content the internet has to offer?
Do you find yourself spending too much time reading lengthy articles, news stories, or blog posts? Look no further! Summerize.ai is designed to be your quick and efficient reading assistant, now with enhanced features and improved stability.

Who Should Use It?
Busy Professionals
Students
Researchers
News Enthusiasts
Anyone looking to enhance their web reading experience!

Why Choose Summerize.ai:
Distraction-Free: Eliminate the noise and focus solely on the essential information.
Engaging Summaries: Our summaries are not only concise but also engaging, ensuring you grasp the key points effortlessly.
Quick Understanding: Get the gist of any article or news story in less than 10 seconds!
Ultimate Time Saver: Imagine saving hundreds of hours every month that you'd otherwise spend reading.
User-Friendly: Seamlessly designed for ease of use, requiring no learning curve.

What's New in Version 1.31:
We have made improvements in how we welcome new users
Migrated to Assistant API for new use cases and improved usability
Performance improvements
Improved off boarding flow
Easy summaries on Google Docs (public only)
Notification and reminders when reading articles

What's New in Version 1.30:
Audio mode
Upgraded to the latest GPT4 model for precise summaries
Performance improvements

What's New in Version 1.20:
Dark mode (Theme)
Improvements in View History tab
Easy summaries will now work on Youtube videos
Keywords and highlights are now two different options
Improved prompting for better results

What's New in Version 1.13:
Bug fixes in summarizing PDFs
Improved prompts for concise results
Performance improvements

What's New in Version 1.12:
We now support some PDF format documents.
Bug fixes and UI improvements

What's New in Version 1.11:
Upgrade button: When you subscribe to unlimited learning package, you can now give the email address when you click on "upgrade" to remove the monthly limits
Onboarding screen: To help you on how to pin the plugin, we have added a quick onboarding screen

Bug Fixes:
An issue with the Report Issue button is now fixed

What's New in Version 1.1:
Report Issues: Found something off with the summary? Use the new "Report Issue" feature to let us know.
Dislike a Generated Content: If a summary doesn't meet your needs, use the "Dislike" button to help us improve.
View Historical Generated Content: Access all your previously generated summaries and keywords through the new "View History" feature.

Bug Fixes:
Resolved issues causing "Invalid Server Error."

Key Features:
Instant Summaries: With a single click, receive a succinct summary that captures the essence of the content you're viewing.
Keywords & Highlights: Not just summaries! You can also get a list of major keywords and highlights to understand the core topics.
Like! Generated Response: If you like the generated Summary, just click on the "Like!" button to let us know you like it!                    

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

Tên Easy Summaries Easy Summaries
ID oaoiejebnjkkkeoonoogjggkijjcagco
URL Chính Thức https://chromewebstore.google.com/detail/easy-summaries/oaoiejebnjkkkeoonoogjggkijjcagco
Mô tả Turn reading into a breeze! Summarize anything in less than 10 seconds.
Kích Thước Tệp 15.04 MB
Số Lần Cài Đặt 215
Phiên Bản Hiện Tại 1.31
Cập Nhật Lần Cuối 2024-01-02
Ngày Phát Hành 2023-09-25
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://summerize.ai
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://www.summerize.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Summaries",
    "description": "Turn reading into a breeze! Summarize anything in less than 10 seconds.",
    "version": "1.31",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "activeTab"
    ],
    "icons": {
        "16": "bookmark16.png",
        "128": "bookmark128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "http:\/\/127.0.0.1:4000\/"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "utils\/pdfjs\/pdf.js",
                "utils\/pdfjs\/pdf.worker.js",
                "speech.mp3",
                "components\/overlay_slide\/overlay.html",
                "components\/overlay_slide\/overlay.css",
                "bookmark128.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}