SummerEyes - AI Productivity Tool

Summarize any text on the internet in one click

Hvad er SummerEyes - AI Productivity Tool?

SummerEyes - AI Productivity Tool er en Chrome-udvidelse udviklet af https://summereyes.ai, og dens hovedfunktion er "Summarize any text on the internet in one click".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download SummerEyes - AI Productivity Tool-udvidelses-CRX-fil

Download SummerEyes - AI Productivity Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn SummerEyes - AI Productivity Tool SummerEyes - AI Productivity Tool
ID hipjhgcpienlgjnecbhdaipgghicigei
Officiel URL https://chromewebstore.google.com/detail/summereyes-ai-productivit/hipjhgcpienlgjnecbhdaipgghicigei
Beskrivelse Summarize any text on the internet in one click
Filstørrelse 1.15 MB
Antal Installationer 2,019
Nuværende Version 2.0.3
Senest Opdateret 2023-03-07
Udgivelsesdato 2022-07-06
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler https://summereyes.ai
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://summereyes.ai/
Hjælpeside-URL https://summereyes.ai/support
Understøttede Sprog 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": [
        ""
    ]
}