GitHub Repository Manager Firefox

Examine source code of GitHub Repository Manager

제작자: Phillip Thomassa
Inspect and view changes in GitHub Repository Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Repository Manager",
  "version": "1.1",
  "description": "Manage and interact with your GitHub repositories directly from the browser.",
  "permissions": [
    "identity",
    "activeTab",
    "storage",
    "https://api.github.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "oauth2": {
    "client_id": "YOUR_CLIENT_ID",
    "scopes": [
      "repo",
      "user"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{0d57460c-3047-4677-b4b0-fdc2d2d7b562}"
    }
  }
}

최고의 GitHub Repository Manager 대안

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