Inspect and view changes in LeetGit source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "LeetGit",
"version": "1.1.0",
"description": "Push your LeetCode solutions to GitHub when you submit",
"browser_specific_settings": {
"gecko": {
"id": "leetgit@salim7-s.github.io",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"storage",
"clipboardRead",
"tabs"
],
"host_permissions": [
"https://leetcode.com/*",
"https://api.github.com/*",
"https://github.com/*",
"https://generativelanguage.googleapis.com/*",
"https://openrouter.ai/*",
"https://api.groq.com/*"
],
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"https://leetcode.com/problems/*"
],
"js": [
"src/content/inject.js"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"https://leetcode.com/problems/*"
],
"js": [
"src/content/content.js"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "background.js",
"scripts": [
"background.js"
],
"type": "module"
}
} ベストのLeetGit代替案
LeetGitに類似したFirefox add-onをいくつか紹介します:
LeetCode to GitHub Sync
Ankit
LeetCode to GitHub Sync
sandysam
leegit syn
Aniket Sharma
LeetVault
ANTI
LeetCode to Github
DEXTER777
LeetCommit
LeetCommit
LeetPush
Adarsh kumar
CP Code Manager
CacCat
LeetHub
Max Goodwin
LeetHub v2
Arun Bhardwaj
LeetCode Tracker V2
DEXTER777
CodeSync
Orpheusdark