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.4",
"manifest_version": 3,
"action": {
"default_title": "Knowt: Import and Study with AI"
},
"side_panel": {
"default_path": "src\/index.html"
},
"content_scripts": [
{
"js": [
"assets\/quizletNudge.ts-loader-DmLNi5q4.js"
],
"matches": [
"*:\/\/*.quizlet.com\/*",
"*:\/\/*.cram.com\/flashcards\/*"
],
"run_at": "document_idle"
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"host_permissions": [
"<all_urls>"
],
"permissions": [
"tabs",
"sidePanel",
"scripting",
"storage"
],
"externally_connectable": {
"matches": [
"*:\/\/localhost\/*",
"*:\/\/*.knowt.io\/*",
"*:\/\/*.knowt.com\/*"
]
},
"icons": {
"16": "manifest\/icon16.png",
"32": "manifest\/icon32.png",
"48": "manifest\/icon48.png",
"64": "manifest\/icon64.png",
"128": "manifest\/icon128.png"
},
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.cram.com\/*",
"*:\/\/*.quizlet.com\/*"
],
"resources": [
"assets\/_sentry-release-injection-file-CVicp50o.js",
"assets\/_sentry-release-injection-file-CVicp50o.js.map",
"assets\/quizletNudge.ts-BrdRC-29.js",
"assets\/quizletNudge.ts-BrdRC-29.js.map"
],
"use_dynamic_url": false
}
]
}