By: Zi Jun Wang
Inspect and view changes in Leetforge source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Leetforge",
"version": "0.0.5",
"description": "Leetforge: Sign in with GitHub, pick or create a repo, and sync accepted LeetCode solutions as commits.",
"permissions": [
"storage",
"notifications",
"tabs",
"https://leetcode.com/*",
"https://leetcode.cn/*",
"https://github.com/*",
"https://api.github.com/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"options_ui": {
"page": "welcome.html",
"open_in_tab": true
},
"browser_action": {
"default_title": "Leetforge",
"default_icon": "icon.png"
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"https://leetcode.com/*",
"https://leetcode.cn/*"
],
"js": [
"content/leetcode.js"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"strict_min_version": "78.0",
"id": "{70694b9b-992c-4b89-804c-c8b533062614}"
}
}
} Best Leetforge Alternatives
Here are some Firefox add-ons that are similar to Leetforge:
LeetNotion Sync
oilybikechain
LeetGenius
Bilal Shahid
Leetion - LeetCode to Notion
Neel Bansal
LeetPush
Adarsh kumar
LeetPeek
Rayaan Mohammad Salem
KeepCode
dngi
LeetBoost: AutoCompleteLeetCode
fillabusta420
LeetCode Logic Assistant
Ayaj
AlgoAssist
Varun Maramreddy
LeetGuide AI
Nallu Labs