Yes or No Wheel

Simple Yes or No wheel.

Yes or No Wheel란 무엇입니까?

Yes or No Wheel은(는) Maxine Mayor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple Yes or No wheel."입니다.

확장 프로그램 스크린샷

screenshot

Yes or No Wheel 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}