WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Anki Pro: Create Flashcards

Anki Pro: Create Flashcards

View on Chrome Web Store
View Anki Pro: Create Flashcards Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (10 ratings)
1 new ratings
8 views
This extension has been viewed 8 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.

📚 Turn any webpage into study material The AnkiPro Chrome Extension lets you create flashcards from any site without leaving your…
Type
Extension
Users
223 users
1
Website ankipro.net
admin
View author page of admin
Published
Published on April 28, 2025
Version 2.8.0
Manifest version
3
Updated
Updated on April 28, 2025
productivity/education
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Anki Pro: Create Flashcards 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,
    "permissions": [
        "commands",
        "storage",
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/ankipro.net\/*"
    ],
    "short_name": "Anki Pro: Create Flashcards",
    "name": "Anki Pro: Create Flashcards",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "Command+Shift+F"
            },
            "description": "Open the Anki Pro extension"
        }
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_popup": "index.html"
    },
    "side_panel": {
        "default_path": "index.html",
        "default_icon": "assets\/icon32.png",
        "default_title": "Anki Pro"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "version": "2.8.0"
}
© 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