GitHub Navigator Firefox

Examine source code of GitHub Navigator

제작자: Sarcastic Bird Add-on
Inspect and view changes in GitHub Navigator source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Navigator",
  "description": "Quick access to your GitHub organizations and repositories. Built for Zen Browser.",
  "version": "1.4.0",
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "github-navigator@sarcasticbird.com",
      "strict_min_version": "79.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo"
        ]
      }
    }
  },
  "browser_action": {
    "default_icon": "icon.svg",
    "default_popup": "popup.html",
    "default_title": "GitHub Navigator"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "tabs",
    "alarms",
    "https://api.github.com/*"
  ]
}

최고의 GitHub Navigator 대안

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