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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Randomizer provides a random number generator (RNG), coin flip, and dice roller, all in one extension."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Randomizer - Random Number, Coin Flip, Dice एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
}