funny roulette
Register your name, spin the roulette and choose randomly.
funny roulette란 무엇입니까?
funny roulette은(는) https://gitsunmin.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Register your name, spin the roulette and choose randomly."입니다.
확장 프로그램 스크린샷
funny roulette 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It's a game where you pick one out of several people! 1. You can register people or objects. - Write the name of the person or object in the Input and press Enter. - You can delete a registered person or object by clicking its name. - Use the Clear button to delete the names of all people or objects. 2. You can turn the roulette to pick a number with the same probability. 3. The name of the chosen person is enlarged. issues: https://github.com/gitsunmin/Funny-Roulette/issues
확장 프로그램 기본 정보
이름 | funny roulette |
ID | cpledbjbjnaekmdmmimfpdiffgmilbol |
공식 URL | https://chromewebstore.google.com/detail/funny-roulette/cpledbjbjnaekmdmmimfpdiffgmilbol |
설명 | Register your name, spin the roulette and choose randomly. |
파일 크기 | 224 KB |
설치 횟수 | 41 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2023-07-23 |
출시 날짜 | 2021-06-14 |
개발자 | https://gitsunmin.github.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/gitsunmin/funny-roulette |
도움말 페이지 URL | https://github.com/gitsunmin/funny-roulette/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "funny roulette", "version": "1.0.2", "description": "Register your name, spin the roulette and choose randomly.", "author": "Gitsunmin", "permissions": [ "storage", "tts" ], "action": { "default_popup": "index.html" }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } } |