Git Hovercards Firefox

Examine source code of Git Hovercards

作者: Jennifer Paulson
Inspect and view changes in Git Hovercards source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Git Hovercards",
  "description": "Neat hovercards for GitHub.",
  "version": "1.9.4",
  "icons": {
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "webNavigation",
    "webRequest",
    "storage",
    "https://github.com/*",
    "https://api.github.com/*"
  ],
  "optional_permissions": [
    "<all_urls>"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "applications": {
    "gecko": {
      "id": "@git-hovercard",
      "strict_min_version": "55.0"
    }
  }
}

最佳 Git Hovercards 替代方案

这里是一些与Git Hovercards类似的Firefox add-on: