Decision Roulette

Make decisions quickly with the spin of a wheel.

Cos'è Decision Roulette?

Decision Roulette è un'estensione di Chrome sviluppata da https://andrew-flower.com, e la sua funzione principale è "Make decisions quickly with the spin of a wheel.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Decision Roulette

Scarica i file di estensione Decision Roulette in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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"                    

Informazioni di Base sull'Estensione

Nome Decision Roulette Decision Roulette
ID mhhnbhdbgdlbolfilnpiecnkleiliidk
URL Ufficiale https://chromewebstore.google.com/detail/decision-roulette/mhhnbhdbgdlbolfilnpiecnkleiliidk
Descrizione Make decisions quickly with the spin of a wheel.
Dimensione del File 34.8 KB
Conteggio Installazioni 2,452
Versione Corrente 1.5
Ultimo Aggiornamento 2023-02-27
Data di Pubblicazione 2021-06-17
Valutazione 4.75/5 Totale 8 Valutazioni
Sviluppatore https://andrew-flower.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://andrew-flower.com/projects/decision-roulette
Lingue Supportate 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"
    }
}