Decision Roulette

Make decisions quickly with the spin of a wheel.

What is Decision Roulette?

Decision Roulette is a Chrome extension developed by https://andrew-flower.com, and its main feature is "Make decisions quickly with the spin of a wheel.".

Extension Screenshots

screenshot
screenshot

Download Decision Roulette Extension CRX File

Download Decision Roulette extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        We have to make so many decisions everyday. Some are really important, but some are trivial daily decisions that often takes more time than they're worth.

Deciding what food to be delivered, or what series to watch etc.

This is a very simple tool that will choose for you. Just enter the options and press "Spin"                    

Extension Basic Information

Name Decision Roulette Decision Roulette
ID mhhnbhdbgdlbolfilnpiecnkleiliidk
Official URL https://chromewebstore.google.com/detail/decision-roulette/mhhnbhdbgdlbolfilnpiecnkleiliidk
Description Make decisions quickly with the spin of a wheel.
File Size 34.8 KB
Installation Count 2,452
Current Version 1.5
Last Updated 2023-02-27
Publish Date 2021-06-17
Rating 4.75/5 Total 8 Ratings
Developer https://andrew-flower.com
Email [email protected]
Payment Type free
Extension Website https://andrew-flower.com/projects/decision-roulette
Supported Languages en,en-GB,en-US,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "author": "Andrew Flower",
    "version": "1.5",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}