Ryze

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

What is Ryze?

Ryze is a Chrome extension developed by sidharthsudhir12, and its main feature is "AI Educational Tool for Students - use Ryze to learn in 3 ways: summarize long text, explain complex topics, or quiz your knowledge.".

Extension Screenshots

screenshot
screenshot

Download Ryze Extension CRX File

Download Ryze extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Here's the website: www.getryze.info                    

Extension Basic Information

Name Ryze Ryze
ID ckpcembfkpkcnlnneiabcppkjhcfdidc
Official URL https://chromewebstore.google.com/detail/ryze/ckpcembfkpkcnlnneiabcppkjhcfdidc
Description AI Educational Tool for Students - use Ryze to learn in 3 ways: summarize long text, explain complex topics, or quiz your knowledge.
File Size 40.78 KB
Installation Count 1,359
Current Version 1.0.1
Last Updated 2023-05-28
Publish Date 2023-04-26
Rating 5.00/5 Total 8 Ratings
Developer sidharthsudhir12
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}