Random Input

Helps you to test!

Wat is Random Input?

Random Input is een Chrome-extensie ontwikkeld door yergaleyeva, en de belangrijkste functie is "Helps you to test!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Random Input

Download Random Input-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Generates random values for input fields                    

Basisinformatie over de Extensie

Naam Random Input Random Input
ID hheaegmmfmdkbaakapikmfghcfeehcmo
Officiële URL https://chromewebstore.google.com/detail/random-input/hheaegmmfmdkbaakapikmfghcfeehcmo
Beschrijving Helps you to test!
Bestandsgrootte 48.74 KB
Aantal Installaties 17
Huidige Versie 1.0
Laatst Bijgewerkt 2019-05-03
Publicatiedatum 2019-04-30
Ontwikkelaar yergaleyeva
Betalingswijze free
Ondersteunde Talen 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"
    }
}