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
电子邮箱 [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": [
                ""
            ]
        }
    ]
}