Quizwiz

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

O que é Quizwiz?

Quizwiz é uma extensão do Chrome desenvolvida por QuizWiz, e sua principal característica é "QuizWiz is a revolutionary Chrome Extension designed to transform your online reading experience - your smart sidekick for learning!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Quizwiz

Baixe arquivos de extensão Quizwiz no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Quizwiz Quizwiz
ID fbkiakijpppgbngnefkjomggemhdpfpj
URL Oficial https://chromewebstore.google.com/detail/quizwiz/fbkiakijpppgbngnefkjomggemhdpfpj
Descrição QuizWiz is a revolutionary Chrome Extension designed to transform your online reading experience - your smart sidekick for learning!
Tamanho do Arquivo 2.35 MB
Contagem de Instalações 149
Versão Atual 1.0
Última Atualização 2023-11-08
Data de Publicação 2023-11-08
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor QuizWiz
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.brainwiz.in/privacy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}