Ryze

AI Educational Tool for Students - use Ryze to learn in 3 ways: summarize long text, explain complex topics, or quiz your knowledge.

Apa itu Ryze?

Ryze adalah ekstensi Chrome yang dikembangkan oleh sidharthsudhir12, dan fitur utamanya adalah "AI Educational Tool for Students - use Ryze to learn in 3 ways: summarize long text, explain complex topics, or quiz your knowledge.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Ryze

Unduh file ekstensi Ryze 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

                        Here's the website: www.getryze.info                    

Informasi Dasar Ekstensi

Nama Ryze Ryze
ID ckpcembfkpkcnlnneiabcppkjhcfdidc
URL Resmi https://chromewebstore.google.com/detail/ryze/ckpcembfkpkcnlnneiabcppkjhcfdidc
Deskripsi AI Educational Tool for Students - use Ryze to learn in 3 ways: summarize long text, explain complex topics, or quiz your knowledge.
Ukuran File 40.78 KB
Jumlah Instalasi 1,359
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2023-05-28
Tanggal Publikasi 2023-04-26
Penilaian 5.00/5 Total 8 Penilaian
Pengembang sidharthsudhir12
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ryze",
    "version": "1.0.1",
    "description": "AI Educational Tool for Students - use Ryze to learn in 3 ways: summarize long text, explain complex topics, or quiz your knowledge.",
    "manifest_version": 3,
    "background": {
        "service_worker": "backgroundScript.js"
    },
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ]
}