제작자: Velox Nova Add-on
Inspect and view changes in LeetCode Auto Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "LeetCode Auto Tracker",
"version": "1.0.0",
"description": "Auto-tracks LeetCode submissions (slug, title, difficulty, language, timestamp) and writes to a markdown log.",
"permissions": [
"downloads",
"storage"
],
"host_permissions": [
"https://leetcode.com/*",
"https://www.leetcode.com/*",
"https://neetcode.io/*",
"https://www.neetcode.io/*"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https://leetcode.com/problems/*",
"https://www.leetcode.com/problems/*",
"https://neetcode.io/*",
"https://www.neetcode.io/*"
],
"js": [
"content.js"
],
"run_at": "document_idle",
"all_frames": true,
"match_about_blank": true
}
],
"icons": {
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"action": {
"default_title": "LeetCode Auto Tracker",
"default_popup": "popup.html",
"default_icon": {
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{5e15dc1e-220b-4e52-9178-ac0b03c4be10}",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} 최고의 LeetCode Auto Tracker 대안
다음은 LeetCode Auto Tracker과(와) 유사한 Firefox add-on입니다:
LeetCode Submission Tracker
hitec
LeetCode AI Tracker
hitec
AlgoTrack — LeetCode Capture
Aditya Aryan
LeetCode Tracker V2
DEXTER777
LeetCode to Github
DEXTER777
LeetCode Tracker
Ryan
KeepCode
dngi
LeetCode to GitHub Sync
sandysam
LeetCode to GitHub Sync
Ankit
SkillPort Submission Tracker
SkillPort
LeetPlug
leetplug
Leetcode Contest Tracker
altyon