GitHub Code Wiki (Unofficial) Firefox

Examine source code of GitHub Code Wiki (Unofficial)

Por: yamadashy
Inspect and view changes in GitHub Code Wiki (Unofficial) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "GitHub Code Wiki Button (Unofficial)",
  "description": "__MSG_appDescription__",
  "version": "1.0.1",
  "short_name": "gh-codewiki",
  "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": "{8c3f4a7d-9e2b-4f1c-a5d6-7b8e9f0a1c2d}",
      "strict_min_version": "102.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Mejores alternativas GitHub Code Wiki (Unofficial)

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