WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net

Clipboard History

Access and manage your clipboard history with ease

Knowt: Quizlet Import, AI Notes & Flashcards

Knowt: Quizlet Import, AI Notes & Flashcards

View on Chrome Web Store
4.9 (864 ratings)
13 new ratings
10 views

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Automatically import flashcards and notes from any video, PDF, article, or flashcard site. Knowt is the fastest way to study.
Type
Extension
Users
200,000 users
100K
Website knowt.com
knowt-owners
Featured Extension

Hand-picked for quality and usefulness

Published
Version 4.2
Manifest version
3
Updated
productivity/education
Website
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Knowt: Quizlet Import, AI Notes & Flashcards",
    "short_name": "Knowt",
    "description": "Automatically import flashcards and notes from any video, PDF, article, or flashcard site. Knowt is the fastest way to study.",
    "version": "4.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Knowt: Import and Study with AI"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.quizlet.com\/*",
                "*:\/\/*.cram.com\/flashcards\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "file:\/\/\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.knowt.io\/*",
            "*:\/\/*.knowt.com\/*"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}
© 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.