Decision Roulette

Make decisions quickly with the spin of a wheel.

Vad är Decision Roulette?

Decision Roulette är en Chrome-tillägg utvecklad av https://andrew-flower.com, och dess huvudfunktion är "Make decisions quickly with the spin of a wheel.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Decision Roulette-förlängningens CRX-fil

Ladda ner Decision Roulette-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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"                    

Grundläggande Information om Tillägg

Namn Decision Roulette Decision Roulette
ID mhhnbhdbgdlbolfilnpiecnkleiliidk
Officiell webbadress https://chromewebstore.google.com/detail/decision-roulette/mhhnbhdbgdlbolfilnpiecnkleiliidk
Beskrivning Make decisions quickly with the spin of a wheel.
Filstorlek 34.8 KB
Antal Installationer 2,452
Aktuell Version 1.5
Senast Uppdaterad 2023-02-27
Publiceringsdatum 2021-06-17
Betyg 4.75/5 Totalt 8 Betyg
Utvecklare https://andrew-flower.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://andrew-flower.com/projects/decision-roulette
Stödda Språk 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"
    }
}