WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Flashcards Panel

Flashcards Panel

View on Chrome Web Store
View Flashcards Panel Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
1 new ratings
9 views
This extension has been viewed 9 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.

A Chrome side-panel extension for creating and reviewing flashcards.
Type
Extension
Users
46 users
5
O&O
View author page of O&O
Published
Published on July 31, 2025
Version 1.0.0
Manifest version
3
Updated
Updated on August 4, 2025
productivity/education
Extension Category
View on Chrome Web Store
View Flashcards Panel 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,
    "name": "Flashcards Panel",
    "description": "A Chrome side-panel extension for creating and reviewing flashcards.",
    "version": "1.0.0",
    "permissions": [
        "storage",
        "commands",
        "activeTab",
        "sidePanel",
        "scripting",
        "unlimitedStorage"
    ],
    "action": {
        "default_title": "Click to open panel"
    },
    "commands": {
        "add_front": {
            "suggested_key": {
                "default": "Ctrl+Shift+F"
            },
            "description": "Send selected text to flashcard front"
        },
        "add_back": {
            "suggested_key": {
                "default": "Ctrl+Shift+H"
            },
            "description": "Send selected text to flashcard back"
        },
        "undo": {
            "suggested_key": {
                "default": "Ctrl+Shift+U"
            },
            "description": "Undo (delete) most recent flashcard"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.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