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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
        ""
    ]
}