Ryze

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

Co to jest Ryze?

Ryze to rozszerzenie Chrome opracowane przez sidharthsudhir12, a jego główną funkcją jest „AI Educational Tool for Students - use Ryze to learn in 3 ways: summarize long text, explain complex topics, or quiz your knowledge.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Ryze

Pobierz pliki rozszerzeń Ryze w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Here's the website: www.getryze.info                    

Podstawowe informacje o rozszerzeniu

Nazwa Ryze Ryze
ID ckpcembfkpkcnlnneiabcppkjhcfdidc
Oficjalny URL https://chromewebstore.google.com/detail/ryze/ckpcembfkpkcnlnneiabcppkjhcfdidc
Opis AI Educational Tool for Students - use Ryze to learn in 3 ways: summarize long text, explain complex topics, or quiz your knowledge.
Rozmiar pliku 40.78 KB
Liczba instalacji 1,359
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-05-28
Data Publikacji 2023-04-26
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper sidharthsudhir12
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}