GitHub Action Raw Log Viewer Firefox

Examine source code of GitHub Action Raw Log Viewer

Par : Laurent
Inspect and view changes in GitHub Action Raw Log Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitHub Action Raw Log Viewer",
  "description": "Display GitHub Action Raw log in color, converting the Ansi colors to HTML",
  "version": "1.1.5",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "matches": [
        "https://pipelines.actions.githubusercontent.com/serviceHosts/*",
        "https://*.actions.githubusercontent.com/*",
        "https://cdn.artifacts.gitlab-static.net/*",
        "https://*.windows.net/actions-results/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "net.cozic.plugins.GitHubRawActionLogViewer@nospam"
    }
  }
}

Meilleures alternatives GitHub Action Raw Log Viewer

Voici quelques Firefox add-ons qui sont similaires à GitHub Action Raw Log Viewer :