Quizwiz

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

What is Quizwiz?

Quizwiz is a Chrome extension developed by QuizWiz, and its main feature is "QuizWiz is a revolutionary Chrome Extension designed to transform your online reading experience - your smart sidekick for learning!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Quizwiz Extension CRX File

Download Quizwiz 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

                        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!                    

Extension Basic Information

Name Quizwiz Quizwiz
ID fbkiakijpppgbngnefkjomggemhdpfpj
Official URL https://chromewebstore.google.com/detail/quizwiz/fbkiakijpppgbngnefkjomggemhdpfpj
Description QuizWiz is a revolutionary Chrome Extension designed to transform your online reading experience - your smart sidekick for learning!
File Size 2.35 MB
Installation Count 149
Current Version 1.0
Last Updated 2023-11-08
Publish Date 2023-11-08
Rating 5.00/5 Total 4 Ratings
Developer QuizWiz
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.brainwiz.in/privacy
Supported Languages 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": [
                ""
            ]
        }
    ]
}