Yes or No Wheel

Simple Yes or No wheel.

Τι είναι το Yes or No Wheel;

Το Yes or No Wheel είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Maxine Mayor, και η κύρια λειτουργία του είναι "Simple Yes or No wheel.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Yes or No Wheel

Λήψη αρχείων επέκτασης Yes or No Wheel σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Introducing the "Yes or No Wheel" Google Chrome Extension - the efficient decision-making tool you've been waiting for!

Tired of wasting time pondering simple yes or no questions? Simplify your choices with the "Yes or No Wheel" extension. It's quick, easy to use, and designed to streamline your decision-making process.

Key Features:

Instant Decision-Making: Stop overthinking and get immediate answers. Enter your question, spin the wheel, and let the "Yes or No Wheel" make the choice for you.

User-Friendly Interface: The "Yes or No Wheel" offers a clean and intuitive interface. It's easy to navigate, ensuring a smooth and hassle-free experience.

Privacy and Security: Your privacy matters. Rest assured, the "Yes or No Wheel" extension prioritizes data security, keeping your information confidential.

Make decisions effortlessly and confidently. Install the "Yes or No Wheel" Chrome extension now and let it handle your dilemmas with a spin!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Yes or No Wheel Yes or No Wheel
ID mdamgdmfhdppepggggbgckmjacnijbhc
Επίσημο URL https://chromewebstore.google.com/detail/yes-or-no-wheel/mdamgdmfhdppepggggbgckmjacnijbhc
Περιγραφή Simple Yes or No wheel.
Μέγεθος Αρχείου 32.25 KB
Αριθμός Εγκαταστάσεων 54
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2023-06-18
Ημερομηνία Δημοσίευσης 2023-06-12
Προγραμματιστής Maxine Mayor
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Yes or No Wheel",
    "version": "1.1",
    "description": "Simple Yes or No wheel.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}