SummerEyes - AI Productivity Tool

Summarize any text on the internet in one click

Co to jest SummerEyes - AI Productivity Tool?

SummerEyes - AI Productivity Tool to rozszerzenie Chrome opracowane przez https://summereyes.ai, a jego główną funkcją jest „Summarize any text on the internet in one click”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SummerEyes - AI Productivity Tool

Pobierz pliki rozszerzeń SummerEyes - AI Productivity Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa SummerEyes - AI Productivity Tool SummerEyes - AI Productivity Tool
ID hipjhgcpienlgjnecbhdaipgghicigei
Oficjalny URL https://chromewebstore.google.com/detail/summereyes-ai-productivit/hipjhgcpienlgjnecbhdaipgghicigei
Opis Summarize any text on the internet in one click
Rozmiar pliku 1.15 MB
Liczba instalacji 2,019
Aktualna Wersja 2.0.3
Ostatnia Aktualizacja 2023-03-07
Data Publikacji 2022-07-06
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper https://summereyes.ai
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://summereyes.ai/
Adres URL Strony Pomocy https://summereyes.ai/support
Obsługiwane Języki 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": [
        ""
    ]
}