SummerEyes - AI Productivity Tool

Summarize any text on the internet in one click

SummerEyes - AI Productivity Toolคืออะไร?

SummerEyes - AI Productivity Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://summereyes.ai และคุณลักษณะหลักของมันคือ "Summarize any text on the internet in one click"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SummerEyes - AI Productivity Tool

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
        ""
    ]
}