Ryze

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

Ryzeとは何ですか?

Ryzeはsidharthsudhir12によって開発されたChromeの拡張機能で、その主な機能は「AI Educational Tool for Students - use Ryze to learn in 3 ways: summarize long text, explain complex topics, or quiz your knowledge.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Ryze拡張機能のCRXファイルをダウンロード

Ryze拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Here's the website: www.getryze.info                    

拡張機能の基本情報

名前 Ryze Ryze
ID ckpcembfkpkcnlnneiabcppkjhcfdidc
公式URL https://chromewebstore.google.com/detail/ryze/ckpcembfkpkcnlnneiabcppkjhcfdidc
説明 AI Educational Tool for Students - use Ryze to learn in 3 ways: summarize long text, explain complex topics, or quiz your knowledge.
ファイルサイズ 40.78 KB
インストール数 1,359
現在のバージョン 1.0.1
最終更新日 2023-05-28
公開日 2023-04-26
評価 5.00/5 合計 8 レビュー
開発者 sidharthsudhir12
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}