SummerEyes - AI Productivity Tool

Summarize any text on the internet in one click

什么是SummerEyes - AI Productivity Tool?

SummerEyes - AI Productivity Tool是由https://summereyes.ai开发的Chrome扩展程序,该扩展的主要功能是“Summarize any text on the internet in one click”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载SummerEyes - AI Productivity Tool扩展crx文件

下载SummerEyes - AI Productivity Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 SummerEyes - AI Productivity Tool SummerEyes - AI Productivity Tool
ID hipjhgcpienlgjnecbhdaipgghicigei
官方URL https://chromewebstore.google.com/detail/summereyes-ai-productivit/hipjhgcpienlgjnecbhdaipgghicigei
简介 Summarize any text on the internet in one click
文件大小 1.15 MB
安装次数 2,019
当前版本 2.0.3
更新时间 2023-03-07
上架时间 2022-07-06
评分 5.00/5 共6次评分
开发者 https://summereyes.ai
电子邮箱 [email protected]
付费类型 free
扩展官网 https://summereyes.ai/
帮助页面URL https://summereyes.ai/support
支持的语言 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": [
        ""
    ]
}