GitHub Repository Folders Firefox

Examine source code of GitHub Repository Folders

제작자: MarijnS
Inspect and view changes in GitHub Repository Folders source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitHub Repository Folders",
  "version": "0.2.1",
  "description": "Organize repositories on GitHub's Repositories tab into folders.",
  "permissions": [
    "storage",
    "downloads"
  ],
  "host_permissions": [
    "https://github.com/*"
  ],
  "action": {
    "default_title": "GitHub Repository Folders",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "github-folders@example.com",
      "strict_min_version": "109.0"
    }
  }
}

최고의 GitHub Repository Folders 대안

다음은 GitHub Repository Folders과(와) 유사한 Firefox add-on입니다: