WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Anki Flash Cards + GPT

Anki Flash Cards + GPT

View on Chrome Web Store
View Anki Flash Cards + GPT Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
6 views
This extension has been viewed 6 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.

Create flash cards to learn a language and different topics in your browser
Type
Extension
Users
115 users
7
random1k11
View author page of random1k11
Published
Published on February 12, 2024
Version 5.0.15
Manifest version
3
Updated
Updated on October 15, 2025
productivity/education
Extension Category
View on Chrome Web Store
View Anki Flash Cards + GPT 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",
    "description": "Create flash cards to learn a language and different topics in your browser",
    "version": "5.0.15",
    "manifest_version": 3,
    "name": "Anki Flash Cards + GPT",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_title": "Toggle Sidebar"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "contentScript.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/api.openai.com\/*",
        "https:\/\/api-inference.huggingface.co\/*",
        "https:\/\/oaidalleapiprodscus.blob.core.windows.net\/*",
        "https:\/\/cdn.jsdelivr.net\/*",
        "https:\/\/*\/*"
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/img\/*.png",
                "assets\/img\/*.svg",
                "tailwind.css",
                "*.woff",
                "*.woff2",
                "*.ttf"
            ],
            "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