Random User Generator
Generate 1 to 10,000 users for filling databases and testing web API's in seconds without leaving the page
Co je Random User Generator?
Random User Generator je rozšíření Chrome vyvinuté JARRARDXYZ, a jeho hlavní funkcí je „Generate 1 to 10,000 users for filling databases and testing web API's in seconds without leaving the page“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Random User Generator
Stáhněte si soubory rozšíření Random User Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension creates an array of JSON user objects for filling databases, or for use with test scripts. If you like the extension but think it is missing anything at all, please get in contact (under the support tab) and let me know. Donate: https://paypal.me/JJarrardxyz Please do not use this extension for evil, all names and addresses are random, and only include Manchester street names.
Základní Informace o Rozšíření
Název | Random User Generator |
ID | gifefcjlladpifaohabngaoadodhkjlg |
Oficiální URL | https://chromewebstore.google.com/detail/random-user-generator/gifefcjlladpifaohabngaoadodhkjlg |
Popis | Generate 1 to 10,000 users for filling databases and testing web API's in seconds without leaving the page |
Velikost souboru | 95.62 KB |
Počet instalací | 1,029 |
Aktuální Verze | 1.3.0 |
Poslední Aktualizace | 2022-05-17 |
Datum Vydání | 2019-11-25 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | JARRARDXYZ |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Random User Generator", "short_name": "Random User Generator", "description": "Generate 1 to 10,000 users for filling databases and testing web API's in seconds without leaving the page", "version": "1.3.0", "action": { "default_icon": { "19": "icon.png", "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html", "default_title": "Generate users" }, "permissions": [] } |