SummerEyes - AI Productivity Tool

Summarize any text on the internet in one click

Apa itu SummerEyes - AI Productivity Tool?

SummerEyes - AI Productivity Tool adalah ekstensi Chrome yang dikembangkan oleh https://summereyes.ai, dan fitur utamanya adalah "Summarize any text on the internet in one click".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi SummerEyes - AI Productivity Tool

Unduh file ekstensi SummerEyes - AI Productivity Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SummerEyes - AI Productivity Tool SummerEyes - AI Productivity Tool
ID hipjhgcpienlgjnecbhdaipgghicigei
URL Resmi https://chromewebstore.google.com/detail/summereyes-ai-productivit/hipjhgcpienlgjnecbhdaipgghicigei
Deskripsi Summarize any text on the internet in one click
Ukuran File 1.15 MB
Jumlah Instalasi 2,019
Versi Saat Ini 2.0.3
Terakhir Diperbarui 2023-03-07
Tanggal Publikasi 2022-07-06
Penilaian 5.00/5 Total 6 Penilaian
Pengembang https://summereyes.ai
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://summereyes.ai/
URL Halaman Bantuan https://summereyes.ai/support
Bahasa yang Didukung 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": [
        ""
    ]
}