GitQuiet - GitHub Pull Request Review Firefox

Examine source code of GitQuiet - GitHub Pull Request Review

제작자: FluentAI Add-on
Inspect and view changes in GitQuiet - GitHub Pull Request Review 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": 3,
  "name": "GitQuiet - A faster, quieter GitHub",
  "description": "A faster, quieter GitHub in Firefox. Every pull request you're in, one screen, sorted by next action.",
  "version": "0.11.2",
  "short_name": "GitQuiet",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "gitquiet@gitquiet.dev",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "host_permissions": [
    "*://github.com/*",
    "*://gist.github.com/*",
    "https://alive.github.com/*"
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "webNavigation"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "diff-engine.js",
        "markdown-mermaid.js",
        "markdown-mermaid-local.js",
        "screens/*"
      ],
      "matches": [
        "*://github.com/*"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://gist.github.com/*"
      ],
      "run_at": "document_idle",
      "css": [
        "content-scripts/gist.css"
      ],
      "js": [
        "content-scripts/gist.js"
      ]
    },
    {
      "matches": [
        "*://github.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/navigation-guard.js"
      ],
      "world": "MAIN"
    },
    {
      "matches": [
        "*://github.com/*"
      ],
      "run_at": "document_start",
      "css": [
        "content-scripts/shell.css"
      ],
      "js": [
        "content-scripts/shell.js"
      ]
    }
  ]
}

최고의 GitQuiet - GitHub Pull Request Review 대안

다음은 GitQuiet - GitHub Pull Request Review과(와) 유사한 Firefox add-on입니다: