WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Flash Quizlet

Flash Quizlet

View on Chrome Web Store
View Flash Quizlet Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
0 views
This extension has been viewed 0 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.

Speed up your flashcard creation for any Quizlet set
Type
Extension
Users
88 users
1
Maxsonin
View author page of Maxsonin
Published
Published on October 25, 2024
Version 1.1.0
Manifest version
3
Updated
Updated on December 3, 2024
productivity/education
Extension Category
View on Chrome Web Store
View Flash 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",
    "manifest_version": 3,
    "version": "1.1.0",
    "name": "Flash Quizlet",
    "description": "Speed up your flashcard creation for any Quizlet set",
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/quizlet.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/quizlet.com\/*\/edit"
            ],
            "js": [
                "content_scripts.js"
            ]
        }
    ],
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}
© 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