Quizwiz

QuizWiz is a revolutionary Chrome Extension designed to transform your online reading experience - your smart sidekick for learning!

Quizwizとは何ですか?

QuizwizはQuizWizによって開発されたChromeの拡張機能で、その主な機能は「QuizWiz is a revolutionary Chrome Extension designed to transform your online reading experience - your smart sidekick for learning!」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Meet Quizwiz, the ultimate reading companion: your smart sidekick for learning!


Do you ever find yourself reading through an intriguing article online, only to discover that your understanding of it slips away like a dream when you're done? We've all been there. In a world of information overload, it's a constant challenge to retain and apply what we read. But what if we told you that there's a fantastic solution that can not only make reading more engaging but also supercharge your comprehension and memory?


Welcome to QuizWiz, a revolutionary Chrome Extension designed to transform your online reading experience – your smart sidekick for learning!                    

拡張機能の基本情報

名前 Quizwiz Quizwiz
ID fbkiakijpppgbngnefkjomggemhdpfpj
公式URL https://chromewebstore.google.com/detail/quizwiz/fbkiakijpppgbngnefkjomggemhdpfpj
説明 QuizWiz is a revolutionary Chrome Extension designed to transform your online reading experience - your smart sidekick for learning!
ファイルサイズ 2.35 MB
インストール数 149
現在のバージョン 1.0
最終更新日 2023-11-08
公開日 2023-11-08
評価 5.00/5 合計 4 レビュー
開発者 QuizWiz
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.brainwiz.in/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quizwiz",
    "version": "1.0",
    "description": "QuizWiz is a revolutionary Chrome Extension designed to transform your online reading experience - your smart sidekick for learning!",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}