WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
copy-to-anki: Create Anki Flashcards from your browser

copy-to-anki: Create Anki Flashcards from your browser

View on Chrome Web Store
View copy-to-anki: Create Anki Flashcards from your browser Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 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.

Quickly create Anki flashcards from any webpage using ChatGPT. Highlight text and save cards with one click.
Type
Extension
Users
53 users
2
Tabish Mir
View author page of Tabish Mir
Published
Published on May 16, 2025
Version 0.3.0
Manifest version
3
Updated
Updated on July 4, 2025
productivity/education
Extension Category
View on Chrome Web Store
View copy-to-anki: Create Anki Flashcards from your browser 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,
    "minimum_chrome_version": "103",
    "name": "copy-to-anki: Create Anki Flashcards from your browser",
    "short_name": "copy-to-anki",
    "description": "Quickly create Anki flashcards from any webpage using ChatGPT. Highlight text and save cards with one click.",
    "author": "Tabish Mir",
    "homepage_url": "https:\/\/github.com\/taabishm2\/copy-to-anki\/",
    "version": "0.3.0",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/127.0.0.1:8765\/*",
        "https:\/\/api.openai.com\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "manual.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "commands": {
        "save-to-anki": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Save selection to Anki"
        }
    },
    "action": {
        "default_title": "copy-to-anki",
        "default_popup": "options.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "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