Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"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.3.1",
"manifest_version": 3,
"action": {
"default_popup": "index.html",
"default_title": "Knowt: Import and Study with AI"
},
"content_scripts": [
{
"js": [
"assets\/content.js-loader-WOcqvnFD.js"
],
"matches": [
"*:\/\/*.quizlet.com\/*",
"*:\/\/*.cram.com\/flashcards\/*"
],
"run_at": "document_idle"
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"activeTab",
"scripting",
"storage"
],
"externally_connectable": {
"matches": [
"*:\/\/localhost\/*",
"*:\/\/*.knowt.io\/*",
"*:\/\/*.knowt.com\/*"
]
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"64": "icon64.png",
"128": "icon128.png"
},
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.cram.com\/*",
"*:\/\/*.quizlet.com\/*"
],
"resources": [
"assets\/_sentry-release-injection-file-Biv9nd1m.js",
"assets\/content.js-MpBWHD7n.js"
],
"use_dynamic_url": false
}
]
}