GitHub DeepWiki Button (Unofficial) Firefox

Examine source code of GitHub DeepWiki Button (Unofficial)

Por: yamadashy
Inspect and view changes in GitHub DeepWiki Button (Unofficial) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "GitHub DeepWiki Button (Unofficial)",
  "description": "__MSG_appDescription__",
  "version": "1.0.2",
  "short_name": "gh-deepwiki",
  "manifest_version": 3,
  "default_locale": "en",
  "icons": {
    "16": "images/icon-16.png",
    "19": "images/icon-19.png",
    "32": "images/icon-32.png",
    "38": "images/icon-38.png",
    "48": "images/icon-48.png",
    "64": "images/icon-64.png",
    "128": "images/icon-128.png"
  },
  "minimum_chrome_version": "88.0",
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "css": [
        "styles/content.css"
      ],
      "js": [
        "scripts/content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "permissions": [
    "scripting"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/icon-16.png",
        "images/icon-19.png",
        "images/icon-32.png",
        "images/icon-38.png",
        "images/icon-48.png",
        "images/icon-64.png",
        "images/icon-128.png"
      ],
      "matches": [
        "https://github.com/*"
      ]
    }
  ],
  "host_permissions": [
    "https://github.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0b2537a5-b568-4e8e-b85c-39d5a617a6ba}",
      "strict_min_version": "102.0"
    }
  }
}

Mejores alternativas GitHub DeepWiki Button (Unofficial)

Aquí hay algunas Firefox add-ons que son similares a GitHub DeepWiki Button (Unofficial):