Ryze

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

Cos'è Ryze?

Ryze è un'estensione di Chrome sviluppata da sidharthsudhir12, e la sua funzione principale è "AI Educational Tool for Students - use Ryze to learn in 3 ways: summarize long text, explain complex topics, or quiz your knowledge.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ryze

Scarica i file di estensione Ryze in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Here's the website: www.getryze.info                    

Informazioni di Base sull'Estensione

Nome Ryze Ryze
ID ckpcembfkpkcnlnneiabcppkjhcfdidc
URL Ufficiale https://chromewebstore.google.com/detail/ryze/ckpcembfkpkcnlnneiabcppkjhcfdidc
Descrizione AI Educational Tool for Students - use Ryze to learn in 3 ways: summarize long text, explain complex topics, or quiz your knowledge.
Dimensione del File 40.78 KB
Conteggio Installazioni 1,359
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-05-28
Data di Pubblicazione 2023-04-26
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore sidharthsudhir12
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}