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
官方網址 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": [
        ""
    ]
}