WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Canvas Quiz To Quizlet

Canvas Quiz To Quizlet

View on Chrome Web Store
View Canvas Quiz To Quizlet Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (4 ratings)
1 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Convert structured HTML content into a plain text format that can be imported into tools like Quizlet
Type
Extension
Users
352 users
3
1DS
View author page of 1DS
Published
Published on October 24, 2023
Version 0.0.0.1
Manifest version
3
Updated
Updated on October 24, 2023
productivity/education
Extension Category
View on Chrome Web Store
View Canvas Quiz To Quizlet Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Canvas Quiz To Quizlet",
    "version": "0.0.0.1",
    "description": "Convert structured HTML content into a plain text format that can be imported into tools like Quizlet",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "assets\/logo16.png",
            "32": "assets\/logo16.png",
            "48": "assets\/logo16.png",
            "128": "assets\/logo16.png"
        }
    },
    "icons": {
        "16": "assets\/logo16.png",
        "32": "assets\/logo16.png",
        "48": "assets\/logo16.png",
        "128": "assets\/logo16.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "downloads",
        "scripting"
    ],
    "options_page": "options\/options.html",
    "background": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top