Randomizer - Random Number, Coin Flip, Dice
Randomizer provides a random number generator (RNG), coin flip, and dice roller, all in one extension.
Randomizer - Random Number, Coin Flip, Dice란 무엇입니까?
Randomizer - Random Number, Coin Flip, Dice은(는) kyolivia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Randomizer provides a random number generator (RNG), coin flip, and dice roller, all in one extension."입니다.
확장 프로그램 스크린샷
Randomizer - Random Number, Coin Flip, Dice 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Randomizer provides a random number generator (RNG), coin flip, and dice roller, all in one extension. What is the random number generator (RNG)? The random number generator quickly generates a random number using a range you provide. Ever need a quick decision with a customizable range? The random number generator has your back. Enter a minimum and a maximum number, and click enter. What is a coin flip? The coin flip will return either heads or tails. Just click flip! Perfect for a quick decision, bet, or anything else that needs a 50-50 chance. What is the dice roller? The dice roller is a standard six-sided dice that returns a value from 1-6. Whether it be for games or choosing between options, it's a convenient pocket dice. Just click roll! How do I select between these options? Each icon on the bottom directs you to the random number generator, coin flip, or dice roller tab. The default is the random number generator (RNG). Icon Credits Hashtag icon by Freepik - Flaticon Coin icon by IYIKON - https://freeicons.io/profile/5876 Dice icons by icon king1 - freeicons.io
확장 프로그램 기본 정보
이름 | Randomizer - Random Number, Coin Flip, Dice |
ID | fehlemjaabakoifidkijgiogbhnmbkdd |
공식 URL | https://chromewebstore.google.com/detail/randomizer-random-number/fehlemjaabakoifidkijgiogbhnmbkdd |
설명 | Randomizer provides a random number generator (RNG), coin flip, and dice roller, all in one extension. |
파일 크기 | 194 KB |
설치 횟수 | 310 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2022-08-16 |
출시 날짜 | 2022-08-16 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | kyolivia |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://docs.google.com/document/d/e/2PACX-1vS99am9fTFffp_wP1byMdBlInt-sJV72oJFNzBFIwK4I_kZDAswyI7HpnyA_rU16KXh8ls7yt3m7AmM/pub |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Randomizer - Random Number, Coin Flip, Dice", "version": "0.1.0", "description": "Randomizer provides a random number generator (RNG), coin flip, and dice roller, all in one extension.", "icons": { "16": "assets\/icon.png", "48": "assets\/icon.png", "128": "assets\/icon.png" }, "action": { "default_icon": { "16": "assets\/icon.png", "48": "assets\/icon.png", "128": "assets\/icon.png" }, "default_title": "Randomizer - Random Number, Coin Flip, Dice", "default_popup": "popup.html" }, "manifest_version": 3 } |