SummerEyes - AI Productivity Tool

Summarize any text on the internet in one click

What is SummerEyes - AI Productivity Tool?

SummerEyes - AI Productivity Tool is a Chrome extension developed by https://summereyes.ai, and its main feature is "Summarize any text on the internet in one click".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download SummerEyes - AI Productivity Tool Extension CRX File

Download SummerEyes - AI Productivity Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SummerEyes - AI Productivity Tool SummerEyes - AI Productivity Tool
ID hipjhgcpienlgjnecbhdaipgghicigei
Official URL https://chromewebstore.google.com/detail/summereyes-ai-productivit/hipjhgcpienlgjnecbhdaipgghicigei
Description Summarize any text on the internet in one click
File Size 1.15 MB
Installation Count 2,019
Current Version 2.0.3
Last Updated 2023-03-07
Publish Date 2022-07-06
Rating 5.00/5 Total 6 Ratings
Developer https://summereyes.ai
Email [email protected]
Payment Type free
Extension Website https://summereyes.ai/
Help Page URL https://summereyes.ai/support
Supported Languages 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": [
        ""
    ]
}