SummerEyes - AI Productivity Tool

Summarize any text on the internet in one click

O que é SummerEyes - AI Productivity Tool?

SummerEyes - AI Productivity Tool é uma extensão do Chrome desenvolvida por https://summereyes.ai, e sua principal característica é "Summarize any text on the internet in one click".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SummerEyes - AI Productivity Tool

Baixe arquivos de extensão SummerEyes - AI Productivity Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SummerEyes - AI Productivity Tool SummerEyes - AI Productivity Tool
ID hipjhgcpienlgjnecbhdaipgghicigei
URL Oficial https://chromewebstore.google.com/detail/summereyes-ai-productivit/hipjhgcpienlgjnecbhdaipgghicigei
Descrição Summarize any text on the internet in one click
Tamanho do Arquivo 1.15 MB
Contagem de Instalações 2,019
Versão Atual 2.0.3
Última Atualização 2023-03-07
Data de Publicação 2022-07-06
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor https://summereyes.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://summereyes.ai/
URL da Página de Ajuda https://summereyes.ai/support
Idiomas Suportados 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": [
        ""
    ]
}