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 هو إضافة Chrome تم تطويرها بواسطة kyolivia، والميزة الرئيسية لها هي "Randomizer provides a random number generator (RNG), coin flip, and dice roller, all in one extension.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Randomizer - Random Number, Coin Flip, Dice
قم بتنزيل ملفات الامتداد Randomizer - Random Number, Coin Flip, Dice بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة سياسة الخصوصية | 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 } |