GeeksforGeeks to GitHub Uploader Firefox

Examine source code of GeeksforGeeks to GitHub Uploader

By: Good88
Inspect and view changes in GeeksforGeeks to GitHub Uploader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GeeksforGeeks to GitHub Uploader",
  "version": "1.0.1",
  "description": "This extension helps programmers easily upload their solutions from GeeksforGeeks to their GitHub repositories. With just a click, you can seamlessly transfer your code to GitHub, making it easy to keep track of your learning journey and share your solutions with the community",
  "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": "{c300bcb4-dcce-41d3-9fdf-ece33c23d264}"
    }
  }
}

Best GeeksforGeeks to GitHub Uploader Alternatives

Here are some Firefox add-ons that are similar to GeeksforGeeks to GitHub Uploader: