SummerEyes - AI Productivity Tool

Summarize any text on the internet in one click

Was ist SummerEyes - AI Productivity Tool?

SummerEyes - AI Productivity Tool ist eine Chrome-Erweiterung, die von https://summereyes.ai entwickelt wurde, und ihr Hauptmerkmal ist "Summarize any text on the internet in one click".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

SummerEyes - AI Productivity Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie SummerEyes - AI Productivity Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SummerEyes - AI Productivity Tool SummerEyes - AI Productivity Tool
ID hipjhgcpienlgjnecbhdaipgghicigei
Offizielle URL https://chromewebstore.google.com/detail/summereyes-ai-productivit/hipjhgcpienlgjnecbhdaipgghicigei
Beschreibung Summarize any text on the internet in one click
Dateigröße 1.15 MB
Installationsanzahl 2,019
Aktuelle Version 2.0.3
Letztes Update 2023-03-07
Veröffentlichungsdatum 2022-07-06
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler https://summereyes.ai
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://summereyes.ai/
Hilfeseite URL https://summereyes.ai/support
Unterstützte Sprachen 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": [
        ""
    ]
}