Inspect and view changes in GFG to GitHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "GFG to GitHub",
"version": "1.0.1",
"description": "Seamlessly upload your GeeksforGeeks solutions to GitHub with a single click. Perfect for programmers who want to organize and showcase their coding progress",
"icons": {
"16": "lib/img/icon16.jpg",
"48": "lib/img/icon48.jpg",
"128": "lib/img/icon128.jpg"
},
"page_action": {
"default_icon": "lib/img/icon16.jpg",
"default_title": "gfggit",
"default_popup": "lib/html/popup.html"
},
"background": {
"scripts": [
"lib/js/background.js"
],
"persistent": false
},
"permissions": [
"tabs",
"https://practice.geeksforgeeks.org/*",
"storage",
"declarativeContent",
"notifications"
],
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"https://practice.geeksforgeeks.org/*"
],
"js": [
"lib/js/jquery-3.6.0.min.js",
"lib/js/content.js"
],
"css": [
"lib/css/bootstrap.min.css",
"lib/css/content.css"
]
}
],
"options_page": "lib/html/options.html",
"browser_specific_settings": {
"gecko": {
"id": "{2972462e-4fbc-4c97-92ad-0a84ad489a69}"
}
}
} 최고의 GFG to GitHub 대안
다음은 GFG to GitHub과(와) 유사한 Firefox add-on입니다:
GFG to GitHub Uploader
b52club
GeeksforGeeks to GitHub Uploader
Good88
GeeksToGit
23Win
GeeksForGeeks to Github
Mohamad Samardeh Haghighi Fard
LeetHub
Max Goodwin
PushMyCode
PushMyCode
CodeSync
Orpheusdark
LeetCode to GitHub Sync
Ankit
CodeSync
Orpheusdark
LeetHub v2
Arun Bhardwaj
LeetCode to GitHub Sync
sandysam
LeetHub 2.0 for Firefox
Siddharth Rayabharam