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
官方網址 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": [
                ""
            ]
        }
    ]
}