Inspect and view changes in LeetCode to GitHub Sync source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "LeetCode to GitHub Sync",
"version": "1.0.0",
"description": "Automatically commits your accepted LeetCode submissions to a GitHub repository, named as <question-number>-<question-title>.<ext>.",
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"permissions": [
"storage",
"notifications",
"https://leetcode.com/*",
"https://api.github.com/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"https://leetcode.com/*"
],
"js": [
"content.js"
],
"run_at": "document_start",
"all_frames": false
}
],
"web_accessible_resources": [
"inject.js"
],
"browser_action": {
"default_title": "LeetCode to GitHub Sync",
"default_popup": "popup.html",
"default_icon": {
"48": "icons/icon-48.png"
}
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"browser_specific_settings": {
"gecko": {
"id": "leetcode-github-sync@local.ext",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"websiteContent"
],
"optional": []
}
}
}
} 최고의 LeetCode to GitHub Sync 대안
다음은 LeetCode to GitHub Sync과(와) 유사한 Firefox add-on입니다:
LeetCode to GitHub Sync
sandysam
LeetCode to Github
DEXTER777
leegit syn
Aniket Sharma
LeetCode Tracker V2
DEXTER777
LeetVault
ANTI
CP Code Manager
CacCat
CodeSync
Orpheusdark
CodeSync 1.2
Orpheusdark
CodeforcesSync
Nazrul Islam
PushMyCode
PushMyCode
LeetCode Archiver
rein5
LeetHub
Max Goodwin