Random Input

Helps you to test!

Cos'è Random Input?

Random Input è un'estensione di Chrome sviluppata da yergaleyeva, e la sua funzione principale è "Helps you to test!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Random Input

Scarica i file di estensione Random Input in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Generates random values for input fields                    

Informazioni di Base sull'Estensione

Nome Random Input Random Input
ID hheaegmmfmdkbaakapikmfghcfeehcmo
URL Ufficiale https://chromewebstore.google.com/detail/random-input/hheaegmmfmdkbaakapikmfghcfeehcmo
Descrizione Helps you to test!
Dimensione del File 48.74 KB
Conteggio Installazioni 17
Versione Corrente 1.0
Ultimo Aggiornamento 2019-05-03
Data di Pubblicazione 2019-04-30
Sviluppatore yergaleyeva
Tipo di Pagamento free
Lingue Supportate 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"
    }
}