Decision Roulette

Make decisions quickly with the spin of a wheel.

Co to jest Decision Roulette?

Decision Roulette to rozszerzenie Chrome opracowane przez https://andrew-flower.com, a jego główną funkcją jest „Make decisions quickly with the spin of a wheel.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Decision Roulette

Pobierz pliki rozszerzeń Decision Roulette w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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"                    

Podstawowe informacje o rozszerzeniu

Nazwa Decision Roulette Decision Roulette
ID mhhnbhdbgdlbolfilnpiecnkleiliidk
Oficjalny URL https://chromewebstore.google.com/detail/decision-roulette/mhhnbhdbgdlbolfilnpiecnkleiliidk
Opis Make decisions quickly with the spin of a wheel.
Rozmiar pliku 34.8 KB
Liczba instalacji 2,452
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2023-02-27
Data Publikacji 2021-06-17
Ocena 4.75/5 Łącznie 8 Oceny
Deweloper https://andrew-flower.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://andrew-flower.com/projects/decision-roulette
Obsługiwane Języki 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"
    }
}