WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Anki Tool

Anki Tool

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

Effortlessly convert any web content into Anki flashcards for smarter, faster learning.
Type
Extension
Users
3,000 users
1K
blawand
View author page of blawand
Published
Published on July 7, 2024
Version 1.8.3
Manifest version
3
Updated
Updated on May 22, 2025
productivity/education
Extension Category
View on Chrome Web Store
View Anki Tool 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": "Anki Tool",
    "version": "1.8.3",
    "description": "Effortlessly convert any web content into Anki flashcards for smarter, faster learning.",
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "sidePanel",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/localhost:8765\/*"
    ],
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "action": {
        "default_popup": "pages\/popup.html",
        "default_icon": "assets\/images\/icon.png"
    },
    "icons": {
        "16": "assets\/images\/icon.png",
        "48": "assets\/images\/icon.png",
        "128": "assets\/images\/icon.png"
    },
    "side_panel": {
        "default_path": "pages\/sidepanel.html"
    },
    "commands": {
        "open_anki_tool": {
            "suggested_key": {
                "default": "Alt+G"
            },
            "description": "Open the Anki Tool popup"
        },
        "open_side_panel": {
            "suggested_key": {
                "default": "Alt+B"
            },
            "description": "Open the Anki Tool side panel"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/sidepanel.html",
                "assets\/js\/sidepanel.js",
                "assets\/css\/popup.css",
                "assets\/images\/*"
            ],
            "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