WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Flashcard Maker App: Spaced Repetition Learning

Flashcard Maker App: Spaced Repetition Learning

View on Chrome Web Store
View Flashcard Maker App: Spaced Repetition Learning Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
2 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.

Select words on any webpage, translate instantly, and add to flashcards. Learn vocabulary while browsing with spaced repetition.
Type
Extension
Users
15 users
4
tmdautov
View author page of tmdautov
Published
Published on December 17, 2025
Version 1.0.5
Manifest version
3
Updated
Updated on December 31, 2025
productivity/education
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Flashcard Maker App: Spaced Repetition Learning 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": "Flashcard Maker App: Spaced Repetition Learning",
    "description": "Select words on any webpage, translate instantly, and add to flashcards. Learn vocabulary while browsing with spaced repetition.",
    "version": "1.0.5",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "icons\/icon16.png",
                "icons\/icon32.png",
                "icons\/icon48.png",
                "icons\/icon128.png",
                "icons\/icon.svg"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "assets\/chunk-DEVR-Vg0.js",
                "assets\/chunk-By9YR8fG.js"
            ],
            "use_dynamic_url": false
        }
    ],
    "permissions": [
        "storage",
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/docs.google.com\/*",
        "https:\/\/translate.google.com\/*",
        "https:\/\/translate.googleapis.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-D_VHVK-3.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_idle"
        }
    ],
    "side_panel": {
        "default_path": "sidepanel.html"
    }
}
© 2026 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