SummerEyes - AI Productivity Tool

Summarize any text on the internet in one click

Co je SummerEyes - AI Productivity Tool?

SummerEyes - AI Productivity Tool je rozšíření Chrome vyvinuté https://summereyes.ai, a jeho hlavní funkcí je „Summarize any text on the internet in one click“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření SummerEyes - AI Productivity Tool

Stáhněte si soubory rozšíření SummerEyes - AI Productivity Tool ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název SummerEyes - AI Productivity Tool SummerEyes - AI Productivity Tool
ID hipjhgcpienlgjnecbhdaipgghicigei
Oficiální URL https://chromewebstore.google.com/detail/summereyes-ai-productivit/hipjhgcpienlgjnecbhdaipgghicigei
Popis Summarize any text on the internet in one click
Velikost souboru 1.15 MB
Počet instalací 2,019
Aktuální Verze 2.0.3
Poslední Aktualizace 2023-03-07
Datum Vydání 2022-07-06
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář https://summereyes.ai
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://summereyes.ai/
URL Stránky Nápovědy https://summereyes.ai/support
Podporované Jazyky 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": [
        ""
    ]
}