Decision Roulette

Make decisions quickly with the spin of a wheel.

Was ist Decision Roulette?

Decision Roulette ist eine Chrome-Erweiterung, die von https://andrew-flower.com entwickelt wurde, und ihr Hauptmerkmal ist "Make decisions quickly with the spin of a wheel.".

Erweiterungsscreenshots

screenshot
screenshot

Decision Roulette-Erweiterungs-CRX-Datei herunterladen

Laden Sie Decision Roulette-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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"                    

Grundlegende Informationen zur Erweiterung

Name Decision Roulette Decision Roulette
ID mhhnbhdbgdlbolfilnpiecnkleiliidk
Offizielle URL https://chromewebstore.google.com/detail/decision-roulette/mhhnbhdbgdlbolfilnpiecnkleiliidk
Beschreibung Make decisions quickly with the spin of a wheel.
Dateigröße 34.8 KB
Installationsanzahl 2,452
Aktuelle Version 1.5
Letztes Update 2023-02-27
Veröffentlichungsdatum 2021-06-17
Bewertung 4.75/5 Insgesamt 8 Bewertungen
Entwickler https://andrew-flower.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://andrew-flower.com/projects/decision-roulette
Unterstützte Sprachen 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"
    }
}