Use Random Search Engine Firefox

Examine source code of Use Random Search Engine

By: Fabian
Inspect and view changes in Use Random Search Engine source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Use Random Search Engine",
  "description": "Type 'rs' plus a search term into the address bar to search with a random search engine.",
  "version": "2.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "random-search-engine@fabwi",
      "strict_min_version": "63.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "dice-six-faces-three.svg",
    "96": "dice-six-faces-three.svg"
  },
  "omnibox": {
    "keyword": "rs"
  },
  "manifest_version": 2,
  "permissions": [
    "search",
    "tabs",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "author": "Fabian Wilske"
}

Best Use Random Search Engine Alternatives

Here are some Firefox add-ons that are similar to Use Random Search Engine: