By: Nick Triano Add-on
Inspect and view changes in Leetcode Anki source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Leetcode Anki",
"version": "1.0.0",
"description": "Spaced-repetition practice for LeetCode — Anki, but the cards are problems.",
"permissions": [
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "leetcode-anki@nicktriano.dev",
"strict_min_version": "128.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"background": {
"scripts": [
"lib/bg-context.js",
"lib/sm2.js",
"lib/store.js",
"background.js"
]
},
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"action": {
"default_popup": "popup/popup.html",
"default_title": "Leetcode Anki",
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"icons/icon16.png",
"icons/icon32.png"
],
"matches": [
"https://leetcode.com/*"
]
}
],
"content_scripts": [
{
"matches": [
"https://leetcode.com/*"
],
"js": [
"content/netwatch.js"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"https://leetcode.com/*"
],
"js": [
"lib/sm2.js",
"lib/select.js",
"lib/store.js",
"lib/selectors.js",
"lib/lists.js",
"lib/api.js",
"content/problemset.js",
"content/problem.js"
],
"run_at": "document_idle"
}
]
} Best Leetcode Anki Alternatives
Here are some Firefox add-ons that are similar to Leetcode Anki:
Leet Cache
axyan
LeetCode Revisor
Radix
Dora - DSA Spaced Repetition
Akshat Bahuguna
KeepCode
dngi
LeetCode Auto Reset
Loke
LeetCode Auto Reset
Loke
LeetJump - Leetcode quick search extension
lirena00
Leetion - LeetCode to Notion
Neel Bansal
Green Code
NX-Org
Green Timer
Manoj Kumar
Painless LeetCode
nikaltipar
LeetQuiet: Code with Focus. Not with Noise.
Sathwik Hejamady Bhat