Random Input

Helps you to test!

What is Random Input?

Random Input is a Chrome extension developed by yergaleyeva, and its main feature is "Helps you to test!".

Extension Screenshots

screenshot

Download Random Input Extension CRX File

Download Random Input extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Generates random values for input fields                    

Extension Basic Information

Name Random Input Random Input
ID hheaegmmfmdkbaakapikmfghcfeehcmo
Official URL https://chromewebstore.google.com/detail/random-input/hheaegmmfmdkbaakapikmfghcfeehcmo
Description Helps you to test!
File Size 48.74 KB
Installation Count 17
Current Version 1.0
Last Updated 2019-05-03
Publish Date 2019-04-30
Developer yergaleyeva
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Input",
    "version": "1.0",
    "description": "Helps you to test!",
    "author": "Gaukhar Yergaleyeva",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "chance.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "chance.min.js",
            "content.js",
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "dice16.png",
        "48": "dice48.png",
        "128": "dice128.png"
    }
}