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
Eメール [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": [
        ""
    ]
}