GitInsight - GitHub Integration Firefox

Examine source code of GitInsight - GitHub Integration

提供元: Hi88
Inspect and view changes in GitInsight - GitHub Integration source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitInsight - GitHub Integration Tool",
  "version": "1.0",
  "description": "Provides GitHub integration for viewing repositories and commit histories",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "action": {
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "GitInsight",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "https://api.github.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "gitinsight@gmail.com"
    }
  }
}

ベストのGitInsight - GitHub Integration代替案

GitInsight - GitHub Integrationに類似したFirefox add-onをいくつか紹介します: