SummerEyes - AI Productivity Tool

Summarize any text on the internet in one click

Wat is SummerEyes - AI Productivity Tool?

SummerEyes - AI Productivity Tool is een Chrome-extensie ontwikkeld door https://summereyes.ai, en de belangrijkste functie is "Summarize any text on the internet in one click".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SummerEyes - AI Productivity Tool

Download SummerEyes - AI Productivity Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SummerEyes - AI Productivity Tool SummerEyes - AI Productivity Tool
ID hipjhgcpienlgjnecbhdaipgghicigei
Officiële URL https://chromewebstore.google.com/detail/summereyes-ai-productivit/hipjhgcpienlgjnecbhdaipgghicigei
Beschrijving Summarize any text on the internet in one click
Bestandsgrootte 1.15 MB
Aantal Installaties 2,019
Huidige Versie 2.0.3
Laatst Bijgewerkt 2023-03-07
Publicatiedatum 2022-07-06
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar https://summereyes.ai
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://summereyes.ai/
Help Pagina-URL https://summereyes.ai/support
Ondersteunde Talen 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": [
        ""
    ]
}