Ben Gorman

Ben Gorman

Life's a garden. Dig it.

Build a popup extension that let's the user play everyone's favorite game Guess a Number Between 1 and 10.

Demo

Guess a number demo

Setup

Create a directory named guess-a-number as the project root. Give it a single file, manifest.json.

guess-a-number/
  manifest.json
manifest.json
{
    "manifest_version": 3,
    "name": "Guess a Number Game",
    "description": "Guess a number between 1 and 10. Find out if you can overcome a Mersenne Twister.",
    "version": "1.0"
}

Hint

Check out the docs for creating a [popup].


Solution

This content is gated

Subscribe to the product below to gain access