SummerEyes - AI Productivity Tool

Summarize any text on the internet in one click

SummerEyes - AI Productivity Tool là gì?

SummerEyes - AI Productivity Tool là một tiện ích mở rộng Chrome được phát triển bởi https://summereyes.ai, và tính năng chính của nó là "Summarize any text on the internet in one click".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SummerEyes - AI Productivity Tool

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

                        Read more articles, process emails faster, know more in less time. Use the power of AI to summarize any text you can select in your browser, instantly. 

SummerEyes is an integrated, automated tool that lets you process far more information, far more quickly. From articles, to emails, cut through the BS, and find what matters in an easy-to-use way.                    

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

Tên SummerEyes - AI Productivity Tool SummerEyes - AI Productivity Tool
ID hipjhgcpienlgjnecbhdaipgghicigei
URL Chính Thức https://chromewebstore.google.com/detail/summereyes-ai-productivit/hipjhgcpienlgjnecbhdaipgghicigei
Mô tả Summarize any text on the internet in one click
Kích Thước Tệp 1.15 MB
Số Lần Cài Đặt 2,019
Phiên Bản Hiện Tại 2.0.3
Cập Nhật Lần Cuối 2023-03-07
Ngày Phát Hành 2022-07-06
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://summereyes.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://summereyes.ai/
URL Trang Trợ Giúp https://summereyes.ai/support
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SummerEyes - AI Productivity Tool",
    "description": "Summarize any text on the internet in one click",
    "manifest_version": 3,
    "version": "2.0.3",
    "web_accessible_resources": [
        {
            "resources": [
                "\/resources\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "resources\/branding\/icon_16.png",
        "48": "resources\/branding\/icon_48.png",
        "128": "resources\/branding\/icon_128.png"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "ContentScript.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}