Google Hello World Firefox

Examine source code of Google Hello World

Inspect and view changes in Google Hello World source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Test",
  "version": "1.0",
  "description": "Testing out the extensions in Firefox!",
  "content_scripts": [
    {
      "matches": [
        "*://*.google.com/*"
      ],
      "js": [
        "test.js"
      ]
    }
  ]
}

Best Google Hello World Alternatives

Here are some Firefox add-ons that are similar to Google Hello World: