Advent of Code to Markdown Firefox

Examine source code of Advent of Code to Markdown

Inspect and view changes in Advent of Code to Markdown source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Advent of Code to Markdown",
  "version": "1.5.0",
  "description": "Converts a given Advent of Code page to a GitHub-compatible Markdown file.",
  "icons": {
    "16": "icons/aoc-to-markdown-16.png",
    "32": "icons/aoc-to-markdown-32.png",
    "48": "icons/aoc-to-markdown-48.png",
    "128": "icons/aoc-to-markdown-128.png"
  },
  "background": {
    "scripts": [
      "background_scripts/index.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "/content_scripts/index.js"
      ],
      "matches": [
        "*://adventofcode.com/*/day/*"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "icons/aoc-to-markdown-16.png",
      "32": "icons/aoc-to-markdown-32.png",
      "48": "icons/aoc-to-markdown-48.png",
      "128": "icons/aoc-to-markdown-128.png"
    },
    "default_title": "Advent of Code to Markdown"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9255ec71-5fba-48c8-9d40-0ae6ef3d6fb3}",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    }
  }
}

Best Advent of Code to Markdown Alternatives

Here are some Firefox add-ons that are similar to Advent of Code to Markdown: